[Koha-bugs] [Bug 35104] We should warn when attempting to save MARC records that contain characters invalid in XML

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 1 03:28:19 CET 2023


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

--- Comment #20 from David Cook <dcook at prosentient.com.au> ---
We've got an interesting assortment of fixes at the moment...

If you already have a record with invalid characters, you can open it using bug
34014 which will scrub your record clean within the editor, but it will also
show you the parser errors, so you could go and repair your record, in theory.

With bug 34549, you can try to save invalid characters, and it will silently
wipe them out. 

With bug 35104, I've been looking at a client-side warning, but it doesn't tell
you exactly which characters are a problem. 

Maybe we'd be better off re-using the mechanism from bug 34014 here in bug
35104. That would remove the need for a client-side check, it would be more
consistent, and then we could undo bug 34549...

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list