← Back to team overview

openlp-core team mailing list archive

[Bug 637547] Re: Editing a song in a loaded service file crashes

 

** Branch linked: lp:~trb143/openlp/bugfixes1

-- 
Editing a song in a loaded service file crashes
https://bugs.launchpad.net/bugs/637547
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.

Status in OpenLP - Worship Presentation Software: Fix Committed

Bug description:
Add song to service file. Save service.
Later, open the saved service. Right-click and Edit Item on the song. Instead of opening edit dialog, it gives:


Traceback (most recent call last):
  File "/home/jonathan/openlp/general/openlp/core/ui/servicemanager.py", line 294, in contextMenu
    self.remoteEdit()
  File "/home/jonathan/openlp/general/openlp/core/ui/servicemanager.py", line 897, in remoteEdit
    self.serviceItems[item][u'service_item'].editId )
AttributeError: 'ServiceItem' object has no attribute 'editId'





References