Fix sorting in safe params
This commit is contained in:
@@ -307,7 +307,7 @@ class DrilldownContextModal(APIView):
|
|||||||
SAFE_PARAMS["index"] = "main"
|
SAFE_PARAMS["index"] = "main"
|
||||||
|
|
||||||
query_params["sorting"] = "desc"
|
query_params["sorting"] = "desc"
|
||||||
SAFE_PARAMS["index"] = "main"
|
SAFE_PARAMS["sorting"] = "desc"
|
||||||
|
|
||||||
annotate = False
|
annotate = False
|
||||||
if query_params["src"] == "irc":
|
if query_params["src"] == "irc":
|
||||||
|
|||||||
Reference in New Issue
Block a user