Skip to content

Commit

Permalink
Merge branch 'dev' into add_user
Browse files Browse the repository at this point in the history
  • Loading branch information
aparna-aa authored Mar 14, 2024
2 parents 5ee0783 + 9c457a8 commit cae65f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/projects/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2499,7 +2499,8 @@ def unassign_tasks(self, request, pk, *args, **kwargs):
"super_check_count": 0,
"review_count": 0,
}
task.unassign(user)
# task.unassign(user)
task.annotation_users.clear()
task.task_status = INCOMPLETE
task.save()

Expand Down

0 comments on commit cae65f3

Please sign in to comment.