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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 7 Sep 2022 20:59:03 +0000 (13:59 -0700)
commit202db89f83bdc9b6a72ebaa90f00898698856ee8
treed7ccd8feb012b504b2abf960cc545f05bb3b1767
parentd95805c6aacc28490c17b42d22277e966f1292c1
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>
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