Summary: | C4::Context not included, but used in Koha::Token | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | andrew, jonathan.druart, kyle, victor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.05.00,21.11.03,21.05.11
|
|
Circulation function: | |||
Bug Depends on: | 18124 | ||
Bug Blocks: | |||
Attachments: |
Bug 29812: Add missing use C4::Context in Koha::Token
Bug 29812: Add missing use C4::Context in Koha::Token |
Description
Nick Clemens (kidclamp)
2022-01-06 18:24:26 UTC
Created attachment 129134 [details] [review] Bug 29812: Add missing use C4::Context in Koha::Token Caused by bug 18124. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Created attachment 129148 [details] [review] Bug 29812: Add missing use C4::Context in Koha::Token Caused by bug 18124. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Pushed to master for 22.05, thanks to everybody involved [U+1F984] Pushed to 21.11.x for 21.11.03 Pushed to 21.05.x for 21.05.11 Not backported to oldoldstable (20.11.x). Feel free to ask if it's needed. |