When trying to add a new EDI account, following error is shown: Software error: Can't call method "GetPlugins" on an undefined value at /home/katrin/kohaclone/admin/edi_accounts.pl line 56.
I get this error if I have plugins disabled in koha-conf.xml.
Created attachment 50162 [details] [review] Bug 16237: Allow entering of EDI accounts with plugins disabled Test plan: 1. Disable <enable_plugins> in koha-conf.xml (restart memcached if needed). 2. Open the EDI accounts admin page. 3. Notice incredible breakage. 4. Apply patch. 5. Reload page, should now display (and the "Plugin:" dropdown should be hidden). 6. Re-enable <enable_plugins> (and the UseKohaPlugins syspref as well). 7. Ensure that the "Plugin:" dropdown is once again displayed.
Hm, where is the sign off?
Hm, assuming this is just missing the sign-off line: oleonard @later tell cait Bug 16237 has a signoff
Created attachment 50218 [details] [review] [PASSED QA] Bug 16237: Allow entering of EDI accounts with plugins disabled Test plan: 1. Disable <enable_plugins> in koha-conf.xml (restart memcached if needed). 2. Open the EDI accounts admin page. 3. Notice incredible breakage. 4. Apply patch. 5. Reload page, should now display (and the "Plugin:" dropdown should be hidden). 6. Re-enable <enable_plugins> (and the UseKohaPlugins syspref as well). 7. Ensure that the "Plugin:" dropdown is once again displayed. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to Master - Should be in the May 2016 release. Thanks!
Not needed in stable versions, status changed to RESOLVED