https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104
--- Comment #106 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 194171 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194171&action=edit Bug 35104: Show nonxml_stripped errors in edit form with quick-links to fields Two related changes: 1. Metadata::store() no longer auto-clears nonxml_stripped errors on a clean re-save. Errors are review flags that require deliberate human resolution; they are only replaced when fresh stripping occurs on the same record. 2. addbiblio.pl loads any existing nonxml_stripped errors for a biblio being edited and passes them to the template. The template renders them in an alert banner above the editor with "Go to field" quick-links that navigate to the correct tab and scroll to the first occurrence of the affected subfield. A custom .nonxml-linkfield JS handler resolves the tab and element at click time using the tag/subfield data attributes, avoiding the need to know the random element-ID suffix server-side. -- 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/
