Skip to content

Commit

Permalink
backoffice: decision added to search
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Aug 26, 2024
1 parent 1487380 commit af337ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions backoffice/backoffice/workflows/documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ class WorkflowDocument(Document):
),
}
)

decisions = fields.NestedField(
properties={
"action": fields.TextField(),
"user": fields.ObjectField(properties={"email": fields.TextField()}),
}
)

status = fields.KeywordField()
is_update = fields.BooleanField()

Expand Down

0 comments on commit af337ec

Please sign in to comment.