Summary: | Adding new EDI account results in Perl error when plugins are not activated | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Acquisitions | Assignee: | Jesse Weaver <jweaver> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | brendan, julian.maurice, jweaver |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 7736 | ||
Bug Blocks: | 16206 | ||
Attachments: |
Bug 16237: Allow entering of EDI accounts with plugins disabled
[PASSED QA] Bug 16237: Allow entering of EDI accounts with plugins disabled |
Description
Katrin Fischer
2016-04-11 06:04:13 UTC
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 |