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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 15 Dec 2022 13:55:29 +0000 (13:55 +0000)
commit69a012a88fa965986d2d865d15e20418adddcf55
tree4bfa9f6cda37b0e5c22cbb9f97d72899d91233df
parent4138c8b0f3a316f5be333fee1ba8f3b09b4c6d06
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>
(cherry picked from commit 9810fc5e0e425b9947589630d2d598eec22262e9)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
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