Added I-D authors to the list of persons to be notified of state/tags updates. Fixes #568
- Legacy-Id: 2749
This commit is contained in:
parent
049b649eb7
commit
92e9360cea
|
@ -134,6 +134,7 @@ def notify_entry(entry, template, extra_notify=[]):
|
|||
wg = doc.group.ietfwg
|
||||
mail_list = set(['%s <%s>' % i.person.email() for i in wg.wgchair_set.all() if i.person.email()])
|
||||
mail_list = mail_list.union(['%s <%s>' % i.person.email() for i in wg.wgdelegate_set.all() if i.person.email()])
|
||||
mail_list = mail_list.union(['%s <%s>' % i.person.email() for i in doc.authors.all() if i.person.email()])
|
||||
mail_list = mail_list.union(extra_notify)
|
||||
mail_list = list(mail_list)
|
||||
|
||||
|
|
Loading…
Reference in a new issue