Bugzilla – Attachment 58036 Details for
Bug 17744
OAI: oai_dc has no element named dcCollection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17744: Remove the oai_dc:dcCollection wrapper in OAI responses
Bug-17744-Remove-the-oaidcdcCollection-wrapper-in-.patch (text/plain), 803 bytes, created by
Julian Maurice
on 2016-12-08 09:15:47 UTC
(
hide
)
Description:
Bug 17744: Remove the oai_dc:dcCollection wrapper in OAI responses
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2016-12-08 09:15:47 UTC
Size:
803 bytes
patch
obsolete
>From 209ff0ad6f8837ebb3035111e018078dc0912282 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 8 Dec 2016 10:13:35 +0100 >Subject: [PATCH] Bug 17744: Remove the oai_dc:dcCollection wrapper in OAI > responses > >--- > Koha/OAI/Server/Repository.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/OAI/Server/Repository.pm b/Koha/OAI/Server/Repository.pm >index 374ce29..f4f30f6 100644 >--- a/Koha/OAI/Server/Repository.pm >+++ b/Koha/OAI/Server/Repository.pm >@@ -151,7 +151,7 @@ sub get_biblio_marcxml { > $with_items = $conf->{format}->{$format}->{include_items}; > } > my $record = GetMarcBiblio($biblionumber, $with_items, 1); >- $record ? $record->as_xml() : undef; >+ $record ? $record->as_xml_record() : undef; > } > > >-- >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 17744
:
58036
|
58192
|
58204
|
58553