[Koha-bugs] [Bug 24110] Template vars are incorrectly html filtered when dumped

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 26 09:30:34 CET 2019


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 95809
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=95809&action=edit
Bug 24110: Do not html filter TT vars when dumped

DumpTemplateVarsIntranet and DumpTemplateVarsOpac are devs tools to
display the variables sent to the template. They should not be filtered
otherwise it's getting completed to read.

For instance: $VAR1 = { var => val }

Test plan:
Turn DumpTemplateVarsIntranet on
Go to the main page
Show the source of the page
Confirm that the variable are displayed as it and not filtered

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


More information about the Koha-bugs mailing list