Add missing team constraint in the check for previous reviews by a

reviewer. Commit ready for merge.
 - Legacy-Id: 12479
This commit is contained in:
Ole Laursen 2016-12-08 12:49:56 +00:00
parent 7d8baf0015
commit 3f98a1a182

View file

@ -716,6 +716,7 @@ def make_assignment_choices(email_queryset, review_req):
doc=doc,
reviewer__person__in=possible_person_ids,
state="completed",
team=team,
)
if review_req.pk is not None: