← Back to team overview

openlp-core team mailing list archive

[Bug 1338316] [NEW] Can't move up in servicemanager

 

Public bug reported:

When trying to go to the previous item with the keyboard in the
servicemanager:

Traceback (most recent call last):
  File "/home/samuel/programming/openlp/trunk/openlp/core/ui/servicemanager.py", line 71, in keyPressEvent
    self.service_manager.on_move_selection_up()
  File "/home/samuel/programming/openlp/trunk/openlp/core/ui/servicemanager.py", line 1106, in on_move_selection_up
    item_before = self.service_manager_list.item_above(item)
AttributeError: 'ServiceManagerList' object has no attribute 'item_above'

** Affects: openlp
     Importance: High
         Status: New

** Affects: openlp/trunk
     Importance: High
         Status: New

** Also affects: openlp/trunk
   Importance: Undecided
       Status: New

** Changed in: openlp/trunk
   Importance: Undecided => High

** Changed in: openlp/trunk
    Milestone: None => 2.1.1

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1338316

Title:
  Can't move up in servicemanager

Status in OpenLP - Worship Presentation Software:
  New
Status in OpenLP trunk series:
  New

Bug description:
  When trying to go to the previous item with the keyboard in the
  servicemanager:

  Traceback (most recent call last):
    File "/home/samuel/programming/openlp/trunk/openlp/core/ui/servicemanager.py", line 71, in keyPressEvent
      self.service_manager.on_move_selection_up()
    File "/home/samuel/programming/openlp/trunk/openlp/core/ui/servicemanager.py", line 1106, in on_move_selection_up
      item_before = self.service_manager_list.item_above(item)
  AttributeError: 'ServiceManagerList' object has no attribute 'item_above'

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1338316/+subscriptions


Follow ups

References