Skip to content

Commit

Permalink
Add missing team constraint in the check for previous reviews by a
Browse files Browse the repository at this point in the history
reviewer. Commit ready for merge.
 - Legacy-Id: 12479
  • Loading branch information
OleLaursen committed Dec 8, 2016
1 parent 7d8baf0 commit 3f98a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ietf/review/utils.py
Expand Up @@ -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:
Expand Down

0 comments on commit 3f98a1a

Please sign in to comment.