← Back to team overview

openlp-core team mailing list archive

[Bug 724568] Re: OpenLyrics Import only adds Author unkown

 

** Description changed:

  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)
+                 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

-- 
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:
  New

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