move bulk delete to download actions section

This commit is contained in:
Simon
2025-07-06 17:36:04 +07:00
parent a0f40d9970
commit 2a70f7ab58
4 changed files with 65 additions and 29 deletions

View File

@@ -111,7 +111,7 @@ class PendingInteract:
data = {"query": {"bool": {"must": must_list}}}
path = "ta_download/_delete_by_query"
path = "ta_download/_delete_by_query?refresh=true"
_, _ = ElasticWrap(path).post(data=data)
def update_status(self):