mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Don't treat pagination parameters as filtering.
This commit is contained in:
parent
d6d468633f
commit
0251253f49
@ -32,6 +32,9 @@ class CustomFilterBackend(object):
|
||||
|
||||
value = request.GET[key]
|
||||
|
||||
if key in [ 'page', 'page_size' ]:
|
||||
continue
|
||||
|
||||
if key == 'order_by':
|
||||
order_by = value
|
||||
continue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user