[Koha-bugs] [Bug 21716] Item Search hangs when \ exists in MARC fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 7 14:44:32 CET 2018


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

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #82779|0                           |1
        is obsolete|                            |

--- Comment #7 from Julian Maurice <julian.maurice at 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 at bsz-bw.de>

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


More information about the Koha-bugs mailing list