Bugzilla – Attachment 124412 Details for
Bug 26080
Use the task queue for the batch delete records tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26080: (QA follow-up) Add POD
Bug-26080-QA-follow-up-Add-POD.patch (text/plain), 1.23 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-09-01 16:26:03 UTC
(
hide
)
Description:
Bug 26080: (QA follow-up) Add POD
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-09-01 16:26:03 UTC
Size:
1.23 KB
patch
obsolete
>From aa9f06a8b62a5b0623b064b98b9c44763e4511e9 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 1 Sep 2021 13:23:00 -0300 >Subject: [PATCH] Bug 26080: (QA follow-up) Add POD > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/BackgroundJob/BatchDeleteBiblio.pm | 28 +++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > >diff --git a/Koha/BackgroundJob/BatchDeleteBiblio.pm b/Koha/BackgroundJob/BatchDeleteBiblio.pm >index 64984bfe8e..c1077716af 100644 >--- a/Koha/BackgroundJob/BatchDeleteBiblio.pm >+++ b/Koha/BackgroundJob/BatchDeleteBiblio.pm >@@ -9,10 +9,32 @@ use C4::Biblio; > > use base 'Koha::BackgroundJob'; > >+=head1 NAME >+ >+Koha::BackgroundJob::BatchDeleteBiblio - Batch delete bibliographic records >+ >+This is a subclass of Koha::BackgroundJob. >+ >+=head1 API >+ >+=head2 Class methods >+ >+=head3 job_type >+ >+Define the job type of this job: batch_biblio_record_deletion >+ >+=cut >+ > sub job_type { > return 'batch_biblio_record_deletion'; > } > >+=head3 process >+ >+Process the job. >+ >+=cut >+ > sub process { > my ( $self, $args ) = @_; > >@@ -141,6 +163,12 @@ sub process { > $job->store; > } > >+=head3 enqueue >+ >+Enqueue the new job >+ >+=cut >+ > sub enqueue { > my ( $self, $args) = @_; > >-- >2.30.2
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 26080
:
107483
|
107484
|
107485
|
122347
|
122348
|
122349
|
123214
|
123215
|
123216
|
123989
|
123990
|
123991
|
124408
|
124409
|
124410
|
124411
| 124412