[Koha-bugs] [Bug 18829] Elasticsearch - Add ability to view the ES indexed record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 26 15:18:15 CEST 2020


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA

--- Comment #17 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
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.


More information about the Koha-bugs mailing list