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
First swipe at making past sessions unchangable for official schedules
This change locks down the schedule of any meeting that is fully in the past. It leaves open sessions that have finished for meetings that have not yet finished.
Addresses (partially) issue ietf-tools#3083. Commit ready for merge.
- Legacy-Id: 19030
Copy file name to clipboardExpand all lines: ietf/templates/meeting/edit_meeting_schedule.html
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,13 @@
46
46
{% if not can_edit %}
47
47
·
48
48
49
-
<strong><em>You can't edit this schedule. Make a <ahref="{% url "ietf.meeting.views.new_meeting_schedule" num=meeting.numberowner=schedule.owner_emailname=schedule.name%}">new agenda from this</a>.</em></strong>
49
+
<strong>
50
+
<em>
51
+
You can't edit this schedule.
52
+
{% if schedule.is_official_record %}This is the official schedule for a meeting in the past.{% endif %}
53
+
Make a <ahref="{% url "ietf.meeting.views.new_meeting_schedule" num=meeting.numberowner=schedule.owner_emailname=schedule.name%}">new agenda from this</a>.
0 commit comments