Skip to content

Commit d40842e

Browse files
authored
fix: Allow AD and Secretariat to update the people to notify about conflict-reviews until the are announced (ietf-tools#3651)
* Allow AD and Secretariat to update the people to notify about conflict-reviewss until the are announced. Fixes ietf-tools#3639. * fix: Allow notify list for conflict-review changes in any state
1 parent ef7d962 commit d40842e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/document_conflict_review.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<td></td>
106106
<th>Send notices to</th>
107107
<td class="edit">
108-
{% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug not in approved_states %}
108+
{% if not snapshot and user|has_role:"Area Director,Secretariat" %}
109109
<a class="btn btn-primary btn-sm float-end"
110110
href="{% url 'ietf.doc.views_doc.edit_notify;conflict-review' name=doc.name %}">
111111
Edit

0 commit comments

Comments
 (0)