You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tune the recipients when a teams settings or a reviewer indicate ADs should be notified about a review.
- Legacy-Id: 15682
Note: SVN reference [15677] has been migrated to Git commit 24b8324
desc="The reviewed document's responsible area director",
14
14
template='{% if review_req.doc.ad %}{{review_req.doc.ad.email_address}}{% endif %}'
15
15
)
16
+
Recipient.objects.create(
17
+
slug='review_team_ads',
18
+
desc="The ADs of the team reviewing the document"
19
+
)
16
20
17
21
review_notify_ad=MailTrigger.objects.create(
18
22
slug='review_notify_ad',
19
23
desc='Recipients when a team notifies area directors when a review with one of a certain set of results (typically results indicating problem) is submitted',
Copy file name to clipboardExpand all lines: ietf/name/fixtures/names.json
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3574,7 +3574,8 @@
3574
3574
"cc": [],
3575
3575
"desc": "Recipients when a team notifies area directors when a review with one of a certain set of results (typically results indicating problem) is submitted",
3576
3576
"to": [
3577
-
"review_doc_ad"
3577
+
"review_doc_ad",
3578
+
"review_team_ads"
3578
3579
]
3579
3580
},
3580
3581
"model": "mailtrigger.mailtrigger",
@@ -4216,6 +4217,14 @@
4216
4217
"model": "mailtrigger.recipient",
4217
4218
"pk": "review_doc_group_mail_list"
4218
4219
},
4220
+
{
4221
+
"fields": {
4222
+
"desc": "The ADs of the team reviewing the document",
0 commit comments