| Summary: | Batch authority tool is broken | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Tools | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Joonas Kylmälä <joonas.kylmala> |
| Severity: | critical | ||
| Priority: | P5 - low | CC: | dcook, fridolin.somers, joonas.kylmala, julian.maurice, kyle, martin.renvoize, tomascohen, victor |
| Version: | unspecified | Keywords: | rel_21_11_candidate |
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
22.05.00,21.11.06
|
Circulation function: | |
| Bug Depends on: | 17600, 22417 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 30461: Fix BatchUpdateAuthority
Bug 30461: Fix BatchUpdateAuthority |
||
|
Description
Jonathan Druart
2022-04-06 09:40:15 UTC
Created attachment 132984 [details] [review] Bug 30461: Fix BatchUpdateAuthority Use of inherited AUTOLOAD for non-method Koha::BackgroundJob::BatchUpdateAuthority::ModAuthority() is no longer allowed Test plan: Use the batch authority tools to edit authority record and confirm that the task processes correctly Created attachment 133699 [details] [review] Bug 30461: Fix BatchUpdateAuthority Use of inherited AUTOLOAD for non-method Koha::BackgroundJob::BatchUpdateAuthority::ModAuthority() is no longer allowed Test plan: Use the batch authority tools to edit authority record and confirm that the task processes correctly Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> Trivial fix, straight to PQA. Pushed to master for 22.05, thanks to everybody involved [U+1F984] Pushed to 21.11.x for 21.11.06 Missing dependencies for 21.05.x, it shouldn't be affected, no backport. |