Closed tylerecouture closed 6 years ago
When adding a student to an excuse, all former students still appear. The form's queryset needs to filter our archived.
In class StudentsCustomTitleWidget(ModelSelect2MultipleWidget):
class StudentsCustomTitleWidget(ModelSelect2MultipleWidget):
the User model needs to filter its queryset to check for user.is_active=True so only active students appear
Requested by Cindy T
When adding a student to an excuse, all former students still appear. The form's queryset needs to filter our archived.
In
class StudentsCustomTitleWidget(ModelSelect2MultipleWidget):
the User model needs to filter its queryset to check for user.is_active=True so only active students appear
Requested by Cindy T