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. Commit ready for merge.

- Legacy-Id: 9619
This commit is contained in:
Robert Sparks 2015-05-12 02:08:32 +00:00
parent 85cfe0ed8a
commit 8218a59e6f

View file

@ -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()