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:
parent
7d8baf0015
commit
3f98a1a182
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue