← Back to team overview

openlp-core team mailing list archive

[Bug 1625681] Re: If Bible search results are locked, duplicated results are listed

 

** Changed in: openlp
       Status: New => In Progress

** Changed in: openlp
     Assignee: (unassigned) => Phill (phill-ridout)

-- 
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:
  In Progress

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


References