Bugzilla – Attachment 133699 Details for
Bug 30461
Batch authority tool is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30461: Fix BatchUpdateAuthority
Bug-30461-Fix-BatchUpdateAuthority.patch (text/plain), 1.25 KB, created by
Joonas Kylmälä
on 2022-04-23 18:03:46 UTC
(
hide
)
Description:
Bug 30461: Fix BatchUpdateAuthority
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2022-04-23 18:03:46 UTC
Size:
1.25 KB
patch
obsolete
>From 5b0fa65665ca536241ad39371de84491c8ef507a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 6 Apr 2022 11:35:41 +0200 >Subject: [PATCH] Bug 30461: Fix BatchUpdateAuthority >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Use of inherited AUTOLOAD for non-method Koha::BackgroundJob::BatchUpdateAuthority::ModAuthority() is >no longer allowed > >Test plan: >Use the batch authority tools to edit authority record and confirm that >the task processes correctly > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> >--- > Koha/BackgroundJob/BatchUpdateAuthority.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/BackgroundJob/BatchUpdateAuthority.pm b/Koha/BackgroundJob/BatchUpdateAuthority.pm >index 5d8bf7edb7..9b5f89b7d7 100644 >--- a/Koha/BackgroundJob/BatchUpdateAuthority.pm >+++ b/Koha/BackgroundJob/BatchUpdateAuthority.pm >@@ -19,7 +19,7 @@ use Modern::Perl; > use JSON qw( decode_json encode_json ); > > use C4::MarcModificationTemplates qw( ModifyRecordWithTemplate ); >-use C4::AuthoritiesMarc; >+use C4::AuthoritiesMarc qw( ModAuthority ); > use Koha::BackgroundJobs; > use Koha::DateUtils qw( dt_from_string ); > use Koha::MetadataRecord::Authority; >-- >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 30461
:
132984
| 133699