[Koha-bugs] [Bug 21526] TT variables used to build a link should be uri filtered

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 9 09:15:40 CET 2018


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

--- Comment #31 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc
[% url = BLOCK %][% url | $raw %][% "&sort_by=" _ sort_by | url %][% END %]
So sort_by should be filtered by uri.

[% local_url = BLOCK %][% url | $raw %][% "&nolimit=" _  facet.type_link_value
_ ":" _ facet.facet_link_value | url %][% END %]
Same here facet_link_value should be filtered by uri.

[% local_url = BLOCK %][% url | $raw %][% "&limit=" _  facet.type_link_value _
":" _ facet.facet_link_value | url %][% END %]
Same line again

Since you normally filter params with uri, you have a reason here. Could you
document such exceptions (or correct them if no reason) ?

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


More information about the Koha-bugs mailing list