Redirect user to first page of datagrid when changing filters
Review Request #9745 — Created March 5, 2018 and submitted — Latest diff uploaded
Information | |
---|---|
mandeep | |
Review Board | |
release-3.0.x | |
4653 | |
|
|
1a72039... | |
Reviewers | |
reviewboard | |
brennie |
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.