Bugzilla – Attachment 65536 Details for
Bug 17807
Use XSLT_Handler in oai.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17807: [Follow-up] Use marcxml for marc21 prefix
Bug-17807-Follow-up-Use-marcxml-for-marc21-prefix.patch (text/plain), 1010 bytes, created by
Nick Clemens (kidclamp)
on 2017-08-07 12:28:10 UTC
(
hide
)
Description:
Bug 17807: [Follow-up] Use marcxml for marc21 prefix
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-08-07 12:28:10 UTC
Size:
1010 bytes
patch
obsolete
>From 6dc1c1095b84ec5ab3a64434e946943c4b6eaca0 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 6 Jun 2017 13:31:29 +0200 >Subject: [PATCH] Bug 17807: [Follow-up] Use marcxml for marc21 prefix > >Not sure what happened here, but this is an easy fix. > >Test plan: >Try oai.pl with marcxml, marc21 and oai_dc again. > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > Koha/OAI/Server/Record.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/OAI/Server/Record.pm b/Koha/OAI/Server/Record.pm >index 7b1078b..c0c4b4b 100644 >--- a/Koha/OAI/Server/Record.pm >+++ b/Koha/OAI/Server/Record.pm >@@ -43,7 +43,7 @@ sub new { > > my $format = $args{metadataPrefix}; > my $record_dom; >- if ( $format ne 'marcxml' ) { >+ if ( $format ne 'marcxml' && $format ne 'marc21' ) { > my $args = { > OPACBaseURL => "'" . C4::Context->preference('OPACBaseURL') . "'" > }; >-- >2.1.4
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 17807
:
58348
|
58349
|
63463
|
63464
|
63935
|
64045
|
64046
|
64047
|
64048
|
65534
|
65535
|
65536
|
66635
|
66636
|
66637