** Changed in: openlp
    Milestone: 2.1.1 => None

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1371186

Title:
  Invalid boolean check in sql filter clause songsplugin.py

Status in OpenLP - Worship Presentation Software:
  Invalid

Bug description:
  /openlp/plugins/songs/songsplugin.py line 347

  Old:
  songs = self.manager.get_all_objects(Song, Song.temporary is True)

  raises sqlalchemy filter clause exception when exiting program.

  Change to:
  songs = self.manager.get_all_objects(Song, Song.temporary==True)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1371186/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to