← Back to team overview

openlp-core team mailing list archive

[Bug 1823575] Re: PluginManager still has plugin list

 

This was missing code for this release.
Will be finished in 3.1

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

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

** Changed in: openlp
     Assignee: (unassigned) => Tim Bentley (trb143)

** Changed in: openlp
   Importance: Undecided => High

** Branch linked: lp:~trb143/openlp/media_state

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

Title:
  PluginManager still has plugin list

Status in OpenLP:
  In Progress

Bug description:
  It appears as if the PluginManager was refactored to not keep state
  about the plugins. Instead State was introduced.

  But during initialization of the PluginManager the list of plugins is
  still initialized to the empty list. This needs to be removed.

  There is no other code using the list atm. But there are tests using it.
  The tests don't break, because they only compare the lists to themselves, which of course works when the lists are empty.

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


References