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

Commit

Permalink
filter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Aug 13, 2024
1 parent aecd899 commit ac56d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backoffice/backoffice/workflows/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ def __init__(self, *args, **kwargs):
}

filter_fields = {
"status": "status.keyword",
"workflow_type": "workflow_type.keyword",
"status": "status",
"workflow_type": "workflow_type",
}

ordering_fields = {"_updated_at": "_updated_at"}
Expand Down

0 comments on commit ac56d5b

Please sign in to comment.