Add link to docs in automatic schedule builder.
- Legacy-Id: 17907
This commit is contained in:
parent
69fbd46b27
commit
d0386b8524
|
@ -1,4 +1,6 @@
|
||||||
# Copyright The IETF Trust 2020, All Rights Reserved
|
# Copyright The IETF Trust 2020, All Rights Reserved
|
||||||
|
# For an overview of this process and context, see:
|
||||||
|
# https://trac.tools.ietf.org/tools/ietfdb/wiki/MeetingConstraints
|
||||||
from __future__ import absolute_import, print_function, unicode_literals
|
from __future__ import absolute_import, print_function, unicode_literals
|
||||||
|
|
||||||
import calendar
|
import calendar
|
||||||
|
@ -82,7 +84,6 @@ class ScheduleHandler(object):
|
||||||
for bc in models.BusinessConstraint.objects.all()
|
for bc in models.BusinessConstraint.objects.all()
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODO: ensure these filters are correct
|
|
||||||
timeslots_db = models.TimeSlot.objects.filter(
|
timeslots_db = models.TimeSlot.objects.filter(
|
||||||
meeting=self.meeting,
|
meeting=self.meeting,
|
||||||
type_id='regular',
|
type_id='regular',
|
||||||
|
|
Loading…
Reference in a new issue