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
Improved validaiton of status change document name
added the ability to start a status change when looking at an RFC (populating the start from accordingly)
Made changes and proposed changes show on the RFC pages
- Legacy-Id: 5330
{% if stream_info.stream.name == 'ISE' or stream_info.stream.name == 'IRTF' %}
60
-
{% if user|in_group:"Secretariat" and not info.conflict_reviews %}
61
-
<spanid="doc_conflict_review_button" class="yui-button yui-link-button" style="margin-left:2px;">{% url conflict_review_start name=doc.draft_name as start_review_url %}{% if start_review_url %}<spanclass="first-child"><ahref="{{start_review_url}}">Begin IETF Conflict Review {% if not doc.underlying_document.intended_std_level %}(note that intended status is not set){% endif %}</a></span>{% endif %}</span>
62
-
{% endif %}
63
-
{% else %}
64
-
{% if stream_info.stream.name == 'IETF'%}{%if not doc.in_ietf_process %}
65
-
<spanid="doc_add_button" class="yui-button yui-link-button" style="margin-left:2px;">{% url doc_edit_info name=doc.draft_name as doc_edit_url %}{% if doc_edit_url %}<spanclass="first-child"><ahref="{{doc_edit_url}}">Begin IESG Processing</a></span>{% endif %}</span>
66
-
{% endif %}{% endif %}
67
-
{% endif %}
68
-
{% endifequal %}
69
-
70
-
</div>
50
+
<divstyle="padding-bottom:2px;">
51
+
{% ifequal doc.draft_status "Expired" %}
52
+
{% if not doc.resurrect_requested_by and user|in_group:"Area_Director" %}
{% if stream_info.stream.name == 'ISE' or stream_info.stream.name == 'IRTF' %}
60
+
{% if user|in_group:"Secretariat" and not info.conflict_reviews %}
61
+
<spanid="doc_conflict_review_button" class="yui-button yui-link-button" style="margin-left:2px;">{% url conflict_review_start name=doc.draft_name as start_review_url %}{% if start_review_url %}<spanclass="first-child"><ahref="{{start_review_url}}">Begin IETF Conflict Review {% if not doc.underlying_document.intended_std_level %}(note that intended status is not set){% endif %}</a></span>{% endif %}</span>
62
+
{% endif %}
63
+
{% else %} {# Not a candidate for conflict review #}
64
+
{% if stream_info.stream.name == 'IETF' and not doc.in_ietf_process %}
65
+
<spanid="doc_add_button" class="yui-button yui-link-button" style="margin-left:2px;">{% url doc_edit_info name=doc.draft_name as doc_edit_url %}{% if doc_edit_url %}<spanclass="first-child"><ahref="{{doc_edit_url}}">Begin IESG Processing</a></span>{% endif %}</span>
66
+
{% else %}
67
+
{% if doc.underlying_document.get_state_slug == 'rfc' %}
68
+
<spanid="doc_start_status_change" class="yui-button yui-link-button" style="margin-left:2px;">{% url start_rfc_status_change name=doc.underlying_document.canonical_name as start_url %}{% if start_url %}<spanclass="first-child"><ahref="{{start_url}}">Start {% if info.proposed_status_changes %}An Additional {% endif %}Status Change</a></span>{% endif %}</span>
0 commit comments