11 Mar
2021
11 Mar
'21
2:36 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26273 --- Comment #44 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Jonathan Druart from comment #43)
+ return data.escapeHtml();
It explodes if data is not defined (see bug 25293 for instance).
I think we should move the JS function '_escape_str' out of in acqui/parcel.tt to have it available from anywhere.
staff-global.js perhaps.. or a new variable_filter.js perhaps? -- You are receiving this mail because: You are watching all bug changes.