https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104

--- Comment #120 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 194225
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194225&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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to