Skip to content

Commit 9c3335b

Browse files
committed
Merged in [14211] from rcross@amsl.com:
Changed to not check timeslot type on delete because other types now have this option. - Legacy-Id: 14212 Note: SVN reference [14211] has been migrated to Git commit b9bf77b
2 parents 7931a96 + b9bf77b commit 9c3335b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/secr/meetings/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,6 @@ def non_session_delete(request, meeting_id, schedule_name, slot_id):
501501
material first. SchedTimeSessAssignment objects get deleted as well.
502502
'''
503503
slot = get_object_or_404(TimeSlot, id=slot_id)
504-
assert slot.type_id in ('other','plenary','lead', 'reg')
505504

506505
if request.method == 'POST' and request.POST['post'] == 'yes':
507506
assignments = slot.sessionassignments.all()

0 commit comments

Comments
 (0)