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

--- Comment #4 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 201728
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201728&action=edit
Bug 43025: Show metadata repair warnings and existing errors in the cataloguing
edit form

Surfaces bug 35104's exception/recovery behaviour where cataloguers
actually encounter it - saving a record:

- If the record is unrecoverable, AddBiblio/ModBiblio's
  Koha::Exceptions::Metadata::Invalid is caught and shown instead of a
  generic error, with the form re-displayed so nothing is lost.
- If the record was recoverable but modified, the save proceeds and a
  warning banner explains what was automatically fixed (via the new
  warnings option on AddBiblio/ModBiblio).
- Any pre-existing (not yet resolved) errors on the record are listed
  when opening it for editing, each with a quick-link to the affected
  field (where the field survived the repair) and a "Mark resolved"
  action calling the new REST DELETE endpoint.

Signed-off-by: Baptiste Bayche <[email protected]>
Signed-off-by: Baptiste Wojtkowski <[email protected]>
Sponsored-by: OpenFifth

-- 
You are receiving this mail because:
You are the assignee for the bug.
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