| Summary: | Add Context module to Koha/Encryption | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
| Component: | Architecture, internals, and plumbing | Assignee: | Marcel de Rooy <m.de.rooy> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | arthur.suzuki, jonathan.druart, lucas, tomascohen |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
22.11.00, 22.05.04
|
|
| Circulation function: | |||
| Attachments: | Bug 31053: Add Context module to Koha::Encryption | ||
Created attachment 136567 [details] [review] Bug 31053: Add Context module to Koha::Encryption Test plan: perl -MKoha::Encryption -e'print Koha::Encryption->new->encrypt_hex("test");' Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Taking liberty to switch to PQA rightaway Pushed to master for 22.11. Nice work everyone, thanks! Backported to 22.05.x for 22.05.04 Koha/Encryption is missing in 21.11. not backporting. |
perl -MKoha::Encryption -e'print Koha::Encryption->new->encrypt_hex("test");' Can't locate object method "config" via package "C4::Context" (perhaps you forgot to load "C4::Context"?) at /usr/share/koha/Koha/Encryption.pm line 56. Trivial fix.