Bug 30461

Summary: Batch authority tool is broken
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: ToolsAssignee: 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: unspecifiedKeywords: rel_21_11_candidate
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.06
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
Use of inherited AUTOLOAD for non-method Koha::BackgroundJob::BatchUpdateAuthority::ModAuthority() is no longer allowed
Comment 1 Jonathan Druart 2022-04-06 09:41:10 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
Comment 2 Joonas Kylmälä 2022-04-23 18:03:46 UTC
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>
Comment 3 Joonas Kylmälä 2022-04-23 18:04:25 UTC
Trivial fix, straight to PQA.
Comment 4 Fridolin Somers 2022-04-25 20:01:56 UTC
Pushed to master for 22.05, thanks to everybody involved 🦄
Comment 5 Kyle M Hall 2022-05-06 14:53:12 UTC
Pushed to 21.11.x for 21.11.06
Comment 6 Victor Grousset/tuxayo 2022-06-16 03:23:35 UTC
Missing dependencies for 21.05.x, it shouldn't be affected, no backport.