23 Jul
2024
23 Jul
'24
10:09 a.m.
By iterating through all the enabled plugins, loading them, and using $_->can($method), we've created the scenario which causes the problem described in bug 36736 Loading plugins in Koha::Plugins::call is not perfect, but we don't have a "bootstrap" stage that's common to the web app and CLI programs (which would be
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29672 --- Comment #39 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to David Cook from comment #38) the perfect time to load plugins IMO), so I believe it's the best we can do at the moment. Of course plugins can break Koha if they do things they're not supposed to :) -- You are receiving this mail because: You are watching all bug changes.