Skip to content

Commit

Permalink
Merge branch 'dev' into minor_fix_metadata_json
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalTiwary authored Aug 22, 2023
2 parents 22bc471 + 437aca4 commit ee6d61c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/tasks/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,7 @@ def partial_update(self, request, pk=None):
ACCEPTED,
ACCEPTED_WITH_MINOR_CHANGES,
ACCEPTED_WITH_MAJOR_CHANGES,
TO_BE_REVISED,
]
and annotation_obj.annotated_at is None
else False
Expand Down Expand Up @@ -1572,6 +1573,7 @@ def partial_update(self, request, pk=None):
in [
VALIDATED,
VALIDATED_WITH_CHANGES,
REJECTED,
]
and annotation_obj.annotated_at is None
else False
Expand Down

0 comments on commit ee6d61c

Please sign in to comment.