Redirect user to first page of datagrid when changing filters
Review Request #9745 — Created March 5, 2018 and submitted — Latest diff uploaded
This patch updates all usages of
{% querystring_with %}
to
{% querystring %}
from /r/9712/. This has the benefit
of allowing us to specify multiple query parameters and redirect users
to page 1 of a datagrid view when changing filters (such as "Show
Closed" changing to "Hide Closed").
Ran unit tests.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 7. See what's changed.
orig
1
2
3
4
5
6
7
reviewboard/templates/datagrids/review_request_listview.html |
---|