http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14363 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45489|0 |1 is obsolete| | --- Comment #7 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 45499 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45499&action=edit Bug 14363: OAI-PMH: Handle records without marcxml Test plan: 1/ git checkout 3.18.x 2/ GET http://OPAC/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marcxml 3/ Take the first biblionumber from the results ($biblionumber) 4/ mysql> update biblioitems set marcxml=null where biblionumber=$biblionumber 5/ Repeat step 2 => XML error 6/ Apply patch 7/ Repeat step 2 => no errors Signed-off-by: Frédéric Demians <f.demians@tamil.fr> Works on 3.20.x Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Fix works for 3.18.x and 3.20.x 3.22 is not impacted -- You are receiving this mail because: You are watching all bug changes.