Bugzilla – Attachment 180080 Details for
Bug 39156
Add plugin hooks for batch operations on authority, biblio and items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39156: Add missing hooks in MARCImportRevertBatch
Bug-39156-Add-missing-hooks-in-MARCImportRevertBat.patch (text/plain), 912 bytes, created by
Shi Yao Wang
on 2025-03-31 19:07:38 UTC
(
hide
)
Description:
Bug 39156: Add missing hooks in MARCImportRevertBatch
Filename:
MIME Type:
Creator:
Shi Yao Wang
Created:
2025-03-31 19:07:38 UTC
Size:
912 bytes
patch
obsolete
>From 900c8a3b1d762a469c34e5fbd69fac3133dc81d6 Mon Sep 17 00:00:00 2001 >From: Shi Yao Wang <shi-yao.wang@inlibro.com> >Date: Thu, 27 Feb 2025 11:25:49 -0500 >Subject: [PATCH] Bug 39156: Add missing hooks in MARCImportRevertBatch > >--- > Koha/BackgroundJob/MARCImportRevertBatch.pm | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/Koha/BackgroundJob/MARCImportRevertBatch.pm b/Koha/BackgroundJob/MARCImportRevertBatch.pm >index a9115492c2..4d11555119 100644 >--- a/Koha/BackgroundJob/MARCImportRevertBatch.pm >+++ b/Koha/BackgroundJob/MARCImportRevertBatch.pm >@@ -59,6 +59,8 @@ sub process { > > my $import_batch_id = $args->{import_batch_id}; > >+ $self->before_batch_action_hooks(); >+ > my @messages; > my $job_progress = 0; > my ( >@@ -99,6 +101,7 @@ sub process { > $data->{report} = $report; > > $self->finish($data); >+ $self->after_batch_action_hooks(); > } > > =head3 enqueue >-- >2.43.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39156
:
178274
|
178790
|
180079
|
180080
|
180081
|
180219
|
180220
|
180221
|
180422
|
180428
|
180429
|
180430
|
180431