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
- Made Publication Request (for documents from IETF working groups) an
explicit action rather than a side-effect.
- Simplified the working group state edit form.
- Added hints to the WG state edit form to use the document's main page to
request publication.
- If a document is moved into IESG processing directly by the secretariat or
an AD (old processing path), set working group state accordingly.
- Legacy-Id: 6120
self.fields['new_state'].help_text="Only select 'Submitted to IESG for Publication' to correct errors. Use the document's main page to request publication."
<td>{% if notify %}{{notify}}{%else%}(None){%endif%}</td>
45
+
</tr>
46
+
47
+
<tr>
48
+
<td>Annotation Tags:</td>
49
+
<td>{% if warn.tags %}<imgsrc="/images/warning.png"/>{% endif %}</td>
50
+
<td>{% if not tags %}(None){%else%}{% for tag in tags %}{{ tag }}{% if not forloop.last%}, {%endif%}{% endfor %}{% endif %}</td>
51
+
</tr>
52
+
53
+
</table>
54
+
</div>
55
+
56
+
57
+
58
+
{% if warn %}
59
+
<divstyle="margin-top:20px; margin-bottom:20px;">
60
+
<imgsrc="/images/warning.png"/> indicates the document might not be ready for submission. Please check each instance carefully to see if changes need to be made to the document's state before submitting.
61
+
</div>
62
+
{% endif %}
63
+
64
+
<div>
65
+
Upon submission:
66
+
<ul>
67
+
<li> the document will be placed into the IESG '{{target_state.iesg}}' state</li>
68
+
<li> the document will be placed into the working group '{{target_state.wg}}' state</li>
69
+
{% if not ad == doc.ad %}<li> the responsible AD will be set as above </li>{% endif %}
70
+
{% if not notify == doc.notify %}<li> the document's state change notification list will be set as above </li>{% endif %}
71
+
<li> an entry will be made noting the publication request in the document's history</li>
72
+
<li> an email message will be sent to the working group chairs, the secretariat, and everyone listed above</li>
0 commit comments