https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41684 Bug ID: 41684 Summary: notices_content hook is not checking if individual plugins are enabled and is reloading plugins Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Plugin architecture Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Bug 39870 added a new hook 'notices_content' When searching for plugins, however, this hook does not check whether the plugin is enabled or not Additionally, since not using Koha::Plugins->call or get_enabled_plugins, this is loading the plugin code again and breaking transactions as we have done in other places. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.