fix: change grid reset-view param name to match wuttaweb
This commit is contained in:
parent
e52a83751e
commit
b8131c8393
3 changed files with 4 additions and 4 deletions
|
@ -873,7 +873,7 @@ class Grid(WuttaGrid):
|
|||
|
||||
# If request contains instruction to reset to default filters, then we
|
||||
# can skip the rest of the request/session checks.
|
||||
if self.request.GET.get('reset-to-default-filters') == 'true':
|
||||
if self.request.GET.get('reset-view'):
|
||||
pass
|
||||
|
||||
# If request has filter settings, grab those, then grab sort/pager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue