openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #03481
[Bug 637547] Re: Editing a song in a loaded service file crashes
** Changed in: openlp
Status: In Progress => Fix Committed
--
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