Bugzilla – Attachment 58553 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]
[3.22.x] Bug 17744: Remove the oai_dc:dcCollection wrapper in OAI responses
Bug-17744-Remove-the-oaidcdcCollection-wrapper-in-.patch (text/plain), 713 bytes, created by
Julian Maurice
on 2017-01-02 10:57:24 UTC
(
hide
)
Description:
[3.22.x] Bug 17744: Remove the oai_dc:dcCollection wrapper in OAI responses
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2017-01-02 10:57:24 UTC
Size:
713 bytes
patch
obsolete
>From e76289b2cb5070526b84758e2f3228d84e977c25 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 2 Jan 2017 11:55:45 +0100 >Subject: [PATCH] Bug 17744: Remove the oai_dc:dcCollection wrapper in OAI > responses > >--- > opac/oai.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/oai.pl b/opac/oai.pl >index c8ea08b..2f71559 100755 >--- a/opac/oai.pl >+++ b/opac/oai.pl >@@ -718,7 +718,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