Skip to content

Commit ef301c0

Browse files
committed
Merged in [12479] from olau@iola.dk:
Add missing team constraint in the check for previous reviews by a reviewer. - Legacy-Id: 12481 Note: SVN reference [12479] has been migrated to Git commit 3f98a1a
2 parents 2c27d5c + 3f98a1a commit ef301c0

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ ietfdb (6.39.1) ietf; urgency=medium
44

55
This is a mixed bugfix and feature release. From the commitlog:
66

7+
* Moved optional text wrapping before html escaping in markup_unicode(),
8+
used by get_unicode_document_content(). Fixes a problem with some
9+
document lines being wrapped when they should not be.
10+
11+
* Fixed the manage assigned reviews template to handle the case when
12+
reviewed rev is blank. Fixes issue #2086.
13+
714
* Changed to using TestCase from ietf.utils in some places, for consistent
815
test-suite failure messages.
916

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)