https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104 --- Comment #106 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- 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.