fix: Allow AD and Secretariat to update the people to notify about conflict-reviews until the are announced (#3651)
* Allow AD and Secretariat to update the people to notify about conflict-reviewss until the are announced. Fixes #3639. * fix: Allow notify list for conflict-review changes in any state
This commit is contained in:
parent
ef7d962e63
commit
d40842e4ce
|
@ -105,7 +105,7 @@
|
|||
<td></td>
|
||||
<th>Send notices to</th>
|
||||
<td class="edit">
|
||||
{% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug not in approved_states %}
|
||||
{% if not snapshot and user|has_role:"Area Director,Secretariat" %}
|
||||
<a class="btn btn-primary btn-sm float-end"
|
||||
href="{% url 'ietf.doc.views_doc.edit_notify;conflict-review' name=doc.name %}">
|
||||
Edit
|
||||
|
|
Loading…
Reference in a new issue