Bug 32394: Restore long tasks queue
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 2 Dec 2022 13:43:27 +0000 (14:43 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 14 Dec 2022 17:32:27 +0000 (14:32 -0300)
commit9810fc5e0e425b9947589630d2d598eec22262e9
tree8304a15440dd0b1e8c5c168800950005b12020cc
parent9e025bb7aac56bdf2a2777e2c38674edf326076f
Bug 32394: Restore long tasks queue

We are sending "queue" as parameter, but "job_queue" is retrieved in
Koha::BackgroundJob->enqueue...

Test plan:
Read code and confirm the above.
More fun for test plan will be found on bug 32393

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/BackgroundJob/BatchCancelHold.pm
Koha/BackgroundJob/BatchDeleteAuthority.pm
Koha/BackgroundJob/BatchDeleteBiblio.pm
Koha/BackgroundJob/BatchDeleteItem.pm
Koha/BackgroundJob/BatchUpdateAuthority.pm
Koha/BackgroundJob/BatchUpdateBiblio.pm
Koha/BackgroundJob/BatchUpdateItem.pm
Koha/BackgroundJob/CreateEHoldingsFromBiblios.pm
Koha/BackgroundJob/MARCImportCommitBatch.pm
Koha/BackgroundJob/MARCImportRevertBatch.pm
Koha/BackgroundJob/StageMARCForImport.pm