https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43027 --- Comment #1 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 201704 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201704&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. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.