Skip to content
Snippets Groups Projects
Verified Commit 2e30e26f authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix group types preference

parent 6762c3f0
No related branches found
No related tags found
1 merge request!350Resolve "Group types that are managed by some app (e.g. cursus' "school class") can't be selected as timetable group type"
Pipeline #186600 canceled
......@@ -127,9 +127,6 @@ class GroupTypesTimetables(ModelMultipleChoicePreference):
verbose_name = _("Group types to show in timetables")
help_text = _("If you leave it empty, all groups will be shown.")
def get_queryset(self):
return GroupType.objects.managed_and_unmanaged()
@site_preferences_registry.register
class LessonEventFeedColor(StringPreference):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment