Skip to content

Commit 3f98a1a

Browse files
committed
Add missing team constraint in the check for previous reviews by a
reviewer. Commit ready for merge. - Legacy-Id: 12479
1 parent 7d8baf0 commit 3f98a1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/review/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,7 @@ def make_assignment_choices(email_queryset, review_req):
716716
doc=doc,
717717
reviewer__person__in=possible_person_ids,
718718
state="completed",
719+
team=team,
719720
)
720721

721722
if review_req.pk is not None:

0 commit comments

Comments
 (0)