[Koha-bugs] [Bug 22715] Searching for patrons with "" in the circulation note hangs patron search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 25 19:09:27 CEST 2019


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

--- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I am in doubt about the filters used here:

"[% data.borrowernotes | html_line_break | collapse | html | $To %]"

html_line_break = turns line breaks into <br> OK
collapse = removes additional whitespace - OK
html = escapes... so it shoudl escape the <br> tags
$To = ?

We had other cases where we needed to switch to html html_line_break to make
things work. Can someone help me out here an explain?

That said.... it DOES work.

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


More information about the Koha-bugs mailing list