https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18829
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #17 from Jonathan Druart <[email protected]> --- 1. +catch{ + @es_fields = ("Error fetching record: see logs for details"); + warn $_; +}; This is not the way to deal with error, you should return an error, here certainly a 404. 2. Incorrect unicode characters handling. Add '❤' to the title then click the link, you get a JS error: "URIError: malformed URI sequence" and the modal is empty. -- 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/
