You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When browsing leaflets and a filter is selected (for example, showing only leaflets for a particular party), and the pagination function at the bottom of the list is used, it does not preserve the filter state.
As a result, clicking on the link for "Page 2" instead of taking you to the second page of the filtered list, takes you to the second page on the list of all leaflets, unfiltered.
In templates/leaflets.tpl:46, the offending code is present. It needs to be changed so that the filter state is placed into the links.
Additionally, there is a bug on line 45 of the same file, where if the current page is selected, the outputted <li> element is instead <liclass="current">, with no space between li and class.
Issue details imported from Jira:
Detail
Value
Assignee
Unassigned
Reporter
Michael Farrell
Created
2013-09-12 00:10:54
Updated
2013-09-12 22:29:04
Imported Jira Comments
Henare Degan - 2013-09-12 22:29:04
Thanks for reporting these issues Michael.
FYI I've upgraded your permissions on the issue tracker so you can change tickets now too.
The text was updated successfully, but these errors were encountered:
When browsing leaflets and a filter is selected (for example, showing only leaflets for a particular party), and the pagination function at the bottom of the list is used, it does not preserve the filter state.
As a result, clicking on the link for "Page 2" instead of taking you to the second page of the filtered list, takes you to the second page on the list of all leaflets, unfiltered.
In templates/leaflets.tpl:46, the offending code is present. It needs to be changed so that the filter state is placed into the links.
Additionally, there is a bug on line 45 of the same file, where if the current page is selected, the outputted <li> element is instead <liclass="current">, with no space between li and class.
Issue details imported from Jira:
Imported Jira Comments
Henare Degan - 2013-09-12 22:29:04
The text was updated successfully, but these errors were encountered: