Bugzilla – Attachment 58204 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), 956 bytes, created by
Marcel de Rooy
on 2016-12-15 14:34:30 UTC
(
hide
)
Description:
Bug 17744: Remove the oai_dc:dcCollection wrapper in OAI responses
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-12-15 14:34:30 UTC
Size:
956 bytes
patch
obsolete
>From c0c78c6128e3666fa87b6e98c826850aa30eea97 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 >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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