20 Mar
2026
20 Mar
'26
8:51 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42098 --- Comment #5 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 195685 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195685&action=edit Bug 42098: (follow-up) Enable plugin in ImportBatch.t test The Handler::run change to skip disabled plugins broke the RecordsFromMarcPlugin subtest in ImportBatch.t. The MarcFieldValues plugin was installed but never enabled, so Handler::run returned early. Add $plugin->enable() before calling RecordsFromMarcPlugin. Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.