[Koha-bugs] [Bug 31223] Batch edit items explodes if plugins disabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 26 15:00:52 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31223

--- Comment #9 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 138127
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138127&action=edit
Bug 31223: Do not explode if plugins disabled

This patch makes the code skip calculating the plugin-related task
codes => class mapping if plugins are entirely disbaled.

To test:
1. Apply the regression tests
2. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/BackgroundJob.t
=> FAIL: Tests explode with: Can't call method "GetPlugins" on an
undefined value at... Koha/BackgroundJob.pm line 424.
3. Apply this patch
4. Repeat 2
=> SUCCESS: Tests pass!
5. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list