]> git.koha-community.org Git - koha.git/commit
Bug 31351: (QA follow-up) Use $self->json in Background modules
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 7 Sep 2022 12:05:17 +0000 (12:05 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 14 Oct 2022 21:35:57 +0000 (21:35 +0000)
commit70c94b92ca1773e862ed7b6f97cccdb743c6254f
treec0393a25cef6753f8fc2533cea1d7c34c4693e50
parent144d6a24f00180660f314d70bcf3744cb7f00b06
Bug 31351: (QA follow-up) Use $self->json in Background modules

Making the disabling utf8 flag explicit instead of depending on
the default of the CPAN module.

Incorporating the change in background_jobs_worker too.

Test plan:
See next patches when we look at unit tests.
Restart koha-worker.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 202db89f83bdc9b6a72ebaa90f00898698856ee8)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/BackgroundJob.pm
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/BatchUpdateBiblioHoldsQueue.pm
Koha/BackgroundJob/BatchUpdateItem.pm
misc/background_jobs_worker.pl