Merged in [8506] from rjsparks@nostrum.com:\n change default notify address for IRTF stream documents. Fixes bug #1489.
- Legacy-Id: 8533
Note: SVN reference [8506] has been migrated to Git commit 31da337eb2
This commit is contained in:
commit
370f9efa56
|
@ -235,9 +235,9 @@ def change_stream(request, name):
|
|||
if new_stream != old_stream:
|
||||
if new_stream and new_stream.slug and new_stream.slug == "irtf":
|
||||
if not doc.notify:
|
||||
doc.notify = "irtf@irtf.org"
|
||||
elif "irtf@irtf.org" not in doc.notify:
|
||||
doc.notify += ", irtf@irtf.org"
|
||||
doc.notify = "irsg@irtf.org"
|
||||
elif "irsg@irtf.org" not in doc.notify:
|
||||
doc.notify += ", irsg@irtf.org"
|
||||
|
||||
save_document_in_history(doc)
|
||||
|
||||
|
|
Loading…
Reference in a new issue