mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Don't treat pagination parameters as filtering.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user