Bug 32394: (follow-up) Add param for Koha::BackgroundJob::StageMARCForImport->enqueue
[koha-ffzg.git] / Koha / BackgroundJob / BatchDeleteItem.pm
2022-12-14 Jonathan DruartBug 32394: Restore long tasks queue
2022-09-07 Marcel de RooyBug 31351: (QA follow-up) Use $self->json in Background...
2022-09-07 Joonas KylmäläBug 31351: Koha::BackgroundJob: Let database connection...
2022-05-13 Tomas Cohen AraziBug 30728: Only trigger real-time holds queue update...
2022-05-11 Nick ClemensBug 30710: Build holds queue once per biblio when batch...
2022-05-06 Nick ClemensBug 30467: (QA follow-up) Fix copy paste error to updat...
2022-05-06 Martin RenvoizeBug 30467: (QA follow-up) Restore indexing for item...
2022-05-06 Jonathan DruartBug 30467: Don't send the delete request for each item
2022-04-13 Tomas Cohen AraziBug 27783: Rename queues and adjust currently defined...
2022-03-22 Tomas Cohen AraziBug 30181: (follow-up) Remove redundant queries and...
2022-01-11 Jonathan DruartBug 29788: Fix batch delete item
2022-01-11 Jonathan DruartBug 29788: Make Koha::Item->safe_to_delete use Koha...
2021-11-15 Andrew NuggedBug 28413: (QA follow-up) Fix for missing use Koha...
2021-10-18 Jonathan DruartBug 28445: delete_biblios is a boolean
2021-10-18 Jonathan DruartBug 28445: Use the task queue for the batch delete...