incorporate IESG feedback on recipients

- Legacy-Id: 10095
This commit is contained in:
Robert Sparks 2015-09-17 21:35:36 +00:00
parent d98e4152b5
commit e3b607775b
2 changed files with 5 additions and 5 deletions
ietf
mailtrigger/migrations
name/fixtures

View file

@ -394,7 +394,7 @@ def make_mailtriggers(apps):
mt_factory(slug='last_call_expired',
desc="Recipients when a last call has expired",
to_slugs=['iesg',
to_slugs=['doc_ad',
'doc_notify',
'doc_authors',
'doc_shepherd',
@ -526,7 +526,7 @@ def make_mailtriggers(apps):
'rfc_editor',
],
cc_slugs=['iesg_secretary',
'doc_ad',
'iesg',
'doc_notify',
'doc_authors',
'doc_shepherd',

View file

@ -5136,11 +5136,11 @@
{
"fields": {
"cc": [
"doc_ad",
"doc_authors",
"doc_group_chairs",
"doc_notify",
"doc_shepherd",
"iesg",
"iesg_secretary"
],
"to": [
@ -5350,10 +5350,10 @@
"iesg_secretary"
],
"to": [
"doc_ad",
"doc_authors",
"doc_notify",
"doc_shepherd",
"iesg"
"doc_shepherd"
],
"desc": "Recipients when a last call has expired"
},