Public bug reported:

If Bible search results are locked, duplicated results are listed.

This is linked to     def build_display_results(self, bible, second_bible, 
search_results)
and     def display_results(self, bible, second_bible=''):

in \plugins\bibles\lib\mediaitem.py

I tried to fix this but couldn't get around QListWidgetItem,
which pops tracebacks like:
TypeError: unhashable type: 'QListWidgetItem' 
for items = items(set(items))
or literal errors for other attempted solutions.

Win 10 / trunk 2696

** Affects: openlp
     Importance: Undecided
         Status: New

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

Title:
  If Bible search results are locked, duplicated results are listed

Status in OpenLP:
  New

Bug description:
  If Bible search results are locked, duplicated results are listed.

  This is linked to     def build_display_results(self, bible, second_bible, 
search_results)
  and     def display_results(self, bible, second_bible=''):

  in \plugins\bibles\lib\mediaitem.py

  I tried to fix this but couldn't get around QListWidgetItem,
  which pops tracebacks like:
  TypeError: unhashable type: 'QListWidgetItem' 
  for items = items(set(items))
  or literal errors for other attempted solutions.

  Win 10 / trunk 2696

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1625681/+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