23 Jul
2024
23 Jul
'24
4:13 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36736 --- Comment #8 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Ah, so, basically the background job looks for plugins with an 'after_biblio_action' hook. To find them we end up loading all the plugins.modules. This is what causes the begin block to fire again. If we call GetPlugins before this check, everything is cached and we don't reload the modules, so we don't trigger the new dbic -- You are receiving this mail because: You are watching all bug changes.