https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43027 --- Comment #2 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 201730 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201730&action=edit Bug 43027: Handle undecodable metadata gracefully when merging bibliographic records Merging into a reference record calls ModBiblio, which can now throw Koha::Exceptions::Metadata::Invalid (bug 35104). Catch it, abort the merge (the reference record was not modified, so nothing has been merged away yet) and show the cataloguer why, instead of a raw exception or - worse - a partially-applied merge. Recoverable faults fixed during the merge are shown as a warning instead, same as the cataloguing edit form. Signed-off-by: Baptiste Bayche <baptiste.bayche@inlibro.com> Signed-off-by: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> Sponsored-by: OpenFifth -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.