https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104 --- Comment #140 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 195445 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195445&action=edit Bug 35104: Add 'Mark resolved' button for nonxml_stripped errors in edit form Extend the data quality warnings banner in the MARC editor with a per-error 'Mark resolved' button. Clicking it calls a new REST endpoint (DELETE /api/v1/biblios/{biblio_id}/metadata/errors/{error_id}) which removes the corresponding biblio_metadata_errors row. The button is then hidden client-side to give immediate feedback. The new Koha::REST::V1::Biblios::MetadataErrors controller handles the delete, verifying that the requested error belongs to the requested biblio before removing it. Sponsored-by: OpenFifth -- You are receiving this mail because: You are watching all bug changes.