openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #25287
[Bug 1399819] Re: delete author after delete song
** Changed in: openlp
Status: New => Fix Committed
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1399819
Title:
delete author after delete song
Status in OpenLP - Worship Presentation Software:
Fix Committed
Bug description:
Hello,
I'm using OpenLP 2.1.0 build bzr2234 on Linux MInt 17 (ubuntu 14.04)
There is an error during author delete in manage author, topic, song
book forms. All songs are deleted then author has no lyrics assigned.
log:
Traceback (most recent call last):
File "/home/tomas/openlpdev/openlp/plugins/songs/forms/songmaintenanceform.py", line 477, in on_delete_author_button_clicked
'This author cannot be deleted, they are currently assigned to at least one song'
File "/home/tomas/openlpdev/openlp/plugins/songs/forms/songmaintenanceform.py", line 117, in _delete_item
if item and not item.songs:
AttributeError: 'Author' object has no attribute 'songs'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1399819/+subscriptions
References