Skip to content

Commit 92e9360

Browse files
committed
Added I-D authors to the list of persons to be notified of state/tags updates. Fixes ietf-tools#568
- Legacy-Id: 2749
1 parent 049b649 commit 92e9360

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/ietfworkflows/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def notify_entry(entry, template, extra_notify=[]):
134134
wg = doc.group.ietfwg
135135
mail_list = set(['%s <%s>' % i.person.email() for i in wg.wgchair_set.all() if i.person.email()])
136136
mail_list = mail_list.union(['%s <%s>' % i.person.email() for i in wg.wgdelegate_set.all() if i.person.email()])
137+
mail_list = mail_list.union(['%s <%s>' % i.person.email() for i in doc.authors.all() if i.person.email()])
137138
mail_list = mail_list.union(extra_notify)
138139
mail_list = list(mail_list)
139140

0 commit comments

Comments
 (0)