Skip to content

Commit 6d28eee

Browse files
committed
Restore, for the secretariat only, the re-scheduling functionality of the /iesg/agenda/documents/ page which was removed in [2366] as the ADs felt that it made the page too busy.
- Legacy-Id: 2767 Note: SVN reference [2366] has been migrated to Git commit d2b1f9d
1 parent 9720c03 commit 6d28eee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ietf/templates/iesg/agenda_documents_row.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
{% if doc.ietf_process.iesg_ballot.was_deferred %}
4848
<div><b title="deferred by {{ doc.ietf_process.iesg_ballot.deferred_by}}">(deferred on {{ doc.ietf_process.iesg_ballot.deferred_date }})</b></div>
4949
{% endif %}
50+
{% if user|in_group:"Secretariat" %}
51+
<div class="reschedule"><label>Reschedule: {{ doc.reschedule_form.telechat_date }}</label></div>
52+
{% if doc.reschedule_form.show_clear %}
53+
<div class="clear-returning-item"><label>{{ doc.reschedule_form.clear_returning_item }} Clear returning item</label></div>
54+
{% endif %}
55+
{% endif %}
5056
</td>
5157
<td class="title">{{ doc.title }}</td>
5258
{% include "iesg/agenda_documents_row_status.html" %}

0 commit comments

Comments
 (0)