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

--- Comment #31 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to