Fix sorting in safe params
This commit is contained in:
parent
5888ee78d9
commit
d9eb99c129
|
@ -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":
|
||||||
|
|
Loading…
Reference in New Issue