Update internal index name

This commit is contained in:
2022-09-05 07:20:30 +01:00
parent 0882d3f0da
commit f35eb51aaf
7 changed files with 18 additions and 11 deletions

View File

@@ -338,7 +338,7 @@ class DrilldownContextModal(APIView):
query = True
if (
query_params["index"] == "int"
query_params["index"] == "internal"
and query_params["mtype"] == "msg"
and not type == "query"
):