https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21716 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #82779|0 |1 is obsolete| | --- Comment #7 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 82980 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82980&action=edit Bug 21716: Do not use TT to produce JSON for item search results It was initially done this way to have translatable strings in the results table, but this method has flaws and it can be done in a better way. This patch moves the rendering code to client-side javascript, so the JSON returned by the server now contains only unprocessed data. Also, this patch makes use of the new i18n macros for translation and fixes a whitespace bug in i18n.inc Reported-by: Claire Gravely <claire.gravely@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.