Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
author submissions: added status by workflow-type
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Aug 12, 2024
1 parent 0813f92 commit 13f944b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backoffice/backoffice/workflows/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ def __init__(self, *args, **kwargs):
"order": {
"_key": "asc",
},
"aggs": {"status": {"terms": {"field": "status"}}},
},
"enabled": True,
},
Expand Down

0 comments on commit 13f944b

Please sign in to comment.