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
Merged in [18724] from jennifer@painless-security.com:
Allow cancellation of individual sessions of multi-session interim meeting. Fixesietf-tools#2959.
- Legacy-Id: 18757
Note: SVN reference [18724] has been migrated to Git commit 79971e1
name=models.CharField(blank=True, max_length=255, help_text="Name of session, in case the session has a purpose rather than just being a group meeting.")
941
1008
short=models.CharField(blank=True, max_length=32, help_text="Short version of 'name' above, for use in filenames.")
@@ -957,6 +1024,8 @@ class Session(models.Model):
957
1024
958
1025
unique_constraints_dict=None
959
1026
1027
+
CANCELED_STATUSES= ['canceled', 'canceledpa']
1028
+
960
1029
# Should work on how materials are captured so that deleted things are no longer associated with the session
961
1030
# (We can keep the information about something being added to and removed from a session in the document's history)
0 commit comments