Bugzilla – Attachment 166928 Details for
Bug 35959
Inconsistent hierarchy during C3 merge of class 'Koha::AuthorisedValue' (and a few other modules)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35959: Fix C3 merge of Koha::Biblio::Metadata::Extractor::MARC::*
Bug-35959-Fix-C3-merge-of-KohaBiblioMetadataExtrac.patch (text/plain), 1.25 KB, created by
David Nind
on 2024-05-20 06:21:36 UTC
(
hide
)
Description:
Bug 35959: Fix C3 merge of Koha::Biblio::Metadata::Extractor::MARC::*
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-05-20 06:21:36 UTC
Size:
1.25 KB
patch
obsolete
>From e9d5312e20ed1c8a239c3431b7d55140b2096dfa Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 5 Apr 2024 14:08:31 +0200 >Subject: [PATCH] Bug 35959: Fix C3 merge of > Koha::Biblio::Metadata::Extractor::MARC::* > >Test plan: > >Run the following commands: > > perl -c Koha/Biblio/Metadata/Extractor/MARC/MARC21.pm > perl -c Koha/Biblio/Metadata/Extractor/MARC/UNIMARC.pm > >They should all print 'syntax OK' > >Signed-off-by: David Nind <david@davidnind.com> >--- > Koha/Biblio/Metadata/Extractor/MARC.pm | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/Koha/Biblio/Metadata/Extractor/MARC.pm b/Koha/Biblio/Metadata/Extractor/MARC.pm >index bf030f601b..ceaabf2aa1 100644 >--- a/Koha/Biblio/Metadata/Extractor/MARC.pm >+++ b/Koha/Biblio/Metadata/Extractor/MARC.pm >@@ -27,9 +27,6 @@ use Modern::Perl; > > use Koha::Exceptions; > >-use Koha::Biblio::Metadata::Extractor::MARC::MARC21; >-use Koha::Biblio::Metadata::Extractor::MARC::UNIMARC; >- > =head1 API > > =head2 Class methods >@@ -58,6 +55,8 @@ sub new { > unless $valid_schemas->{$schema}; > > my $sub_class = "Koha::Biblio::Metadata::Extractor::MARC::$schema"; >+ require "Koha/Biblio/Metadata/Extractor/MARC/$schema.pm"; >+ > return $sub_class->new($params); > } > >-- >2.39.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 35959
:
161690
|
161692
|
161693
|
162410
|
162411
|
162481
|
162482
|
162483
|
164468
|
164469
|
164470
|
164471
|
166926
|
166927
|
166928
|
166929
|
168427
|
168441
|
168442
|
168443
|
168444
|
168445
|
168566