mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 06:21:48 -05:00
More filtering fix ups
This commit is contained in:
@@ -31,7 +31,7 @@ def paginated(method):
|
||||
|
||||
# Get the order parameter if it's given
|
||||
if request.QUERY_PARAMS.get("ordering", False):
|
||||
ordering = request.QUERY_PARAMS[ordering]
|
||||
ordering = request.QUERY_PARAMS["ordering"]
|
||||
else:
|
||||
ordering = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user