16 Mar
2026
16 Mar
'26
1:06 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42098 --- Comment #1 from Kyle M Hall (khall) <kyle@bywatersolutions.com> --- Created attachment 195471 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195471&action=edit Bug 42098: EDIFACT edi_cron.pl runs disabled plugins due to bug in Koha::Plugins::Handler::run It appears that edi_cron.pl will run disabled EDI plugins. It uses Koha::Plugins::Handler::run that does not check if the plugins is gets are disabled. Koha::Plugins::Handler::run needs to be fixed to not run disabled plugins. Test Plan: 1) Apply this patch 2) prove t/db_dependent/Koha/Plugins/Plugins.t -- You are receiving this mail because: You are watching all bug changes.