Merged in [9619] from rjsparks@nostrum.com:
Copy the RFC Editor on new version messages for drafts in any stream if the RFC Editor is already working on the draft. Fixes bug #1700.
- Legacy-Id: 9623
Note: SVN reference [9619] has been migrated to Git commit 8218a59e6f
This commit is contained in:
commit
aa702c1a93
|
@ -120,7 +120,7 @@ def announce_new_version(request, submission, draft, state_change_msg):
|
|||
to_email.append("IRSG <irsg@irtf.org>")
|
||||
|
||||
# if it has been sent to the RFC Editor, keep them in the loop
|
||||
if draft.get_state_slug("draft-iesg") in ("ann", "rfcqueue"):
|
||||
if draft.get_state_slug("draft-rfceditor") is not None:
|
||||
to_email.append("RFC Editor <rfc-editor@rfc-editor.org>")
|
||||
|
||||
active_ballot = draft.active_ballot()
|
||||
|
|
Loading…
Reference in a new issue