Bug 23273: (RM follow-up) Correction to filters
My initial RM followup for this patchset added one bad filter which resulted in double encoding. This patch corrects that oversight. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
46a9a7c8ef
commit
910417e22b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
[% IF ( isfiltered ) %]
|
||||
[% SET url_params = '' %]
|
||||
[% FOR var IN filters.keys %]
|
||||
[% url_params = BLOCK %][% url_params | uri %]&[% var | uri %]=[% filters.$var | uri %][% END %]
|
||||
[% url_params = BLOCK %][% url_params | $raw %]&[% var | uri %]=[% filters.$var | uri %][% END %]
|
||||
[% END %]
|
||||
<a href="overdue.pl?op=csv[% url_params | $raw %]">Download file of displayed overdues</a>
|
||||
[% ELSE %]
|
||||
|
|
Loading…
Reference in a new issue