Bugzilla – Attachment 168443 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.32 KB, created by
Martin Renvoize (ashimema)
on 2024-07-03 11:49:41 UTC
(
hide
)
Description:
Bug 35959: Fix C3 merge of Koha::Biblio::Metadata::Extractor::MARC::*
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-07-03 11:49:41 UTC
Size:
1.32 KB
patch
obsolete
>From bcb983cb5d01405e482b2a218d54130163c15ad7 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> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.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 bf030f601b4..ceaabf2aa19 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.45.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