openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #06559
[Bug 724568] Re: OpenLyrics Import only adds Author unkown
** Changed in: openlp
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/724568
Title:
OpenLyrics Import only adds Author unkown
Status in OpenLP - Worship Presentation Software:
Fix Released
Bug description:
Version r1332
The Authors from the xml files becomes not imported into openlp.
In one of the last revisions there was removed two lines. I think thats it.
After line 383 maybe should come:
self.manager.save_object(author)
song.authors.append(author)
Sorry I missed to add the file name, it's:
openlp/plugins/songs/lib/xml.py
References