https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104 --- Comment #107 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 194172 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194172&action=edit Bug 35104: Add 'Mark resolved' button for nonxml_stripped errors in edit form Adds a REST DELETE endpoint and UI button so cataloguers can explicitly dismiss nonxml_stripped data-quality warnings without needing to re-save the record. - DELETE /api/v1/biblios/{biblio_id}/metadata/errors/{error_id} deletes the specific error row; requires edit_catalogue permission. - Koha::REST::V1::Biblios::MetadataErrors controller handles the request, verifying the error belongs to the given biblio before deleting. - The edit form's warning banner now shows a 'Mark resolved' button next to each error. Clicking it fires an AJAX DELETE; on success the row is removed from the DOM and the entire banner is hidden when no errors remain. -- You are receiving this mail because: You are watching all bug changes.