- Aug 18, 2024
-
-
diff --git a/aleksis/apps/chronos/schema/__init__.py b/aleksis/apps/chronos/schema/__init__.py index 2790034..e89f225 100644 --- a/aleksis/apps/chronos/schema/__init__.py +++ b/aleksis/apps/chronos/schema/__init__.py @@ -80,7 +80,7 @@ class DatetimeTimezoneMixin: return value -class AmendLessonBatchCreateMutation(DatetimeTimezoneMixin, BaseBatchCreateMutation): +class AmendLessonBatchCreateMutation(BaseBatchCreateMutation): class Meta: model = LessonEvent permissions = ("chronos.edit_substitution_rule",) @@ -104,7 +104,7 @@ class AmendLessonBatchCreateMutation(DatetimeTimezoneMixin, BaseBatchCreateMutat return created_objects -class AmendLessonBatchPatchMutation(DatetimeTimezoneMixin, BaseBatchPatchMutation): +class AmendLessonBatchPatchMutation(BaseBatchPatchMutation): class Meta: model = LessonEvent permissions = ("chronos.edit_substitution_rule",)
-
- Aug 11, 2024
-
-
Jonathan Weth authored
-
- Aug 07, 2024
-
-
Hangzhi Yu authored
-
- Jul 26, 2024
-
-
Jonathan Weth authored
-
- Jul 11, 2024
-
-
Julian authored
-
- Apr 09, 2024
-
-
Jonathan Weth authored
-
- Mar 24, 2024
-
-
Jonathan Weth authored
-
- Mar 15, 2024
-
-
Hangzhi Yu authored
-
- Mar 07, 2024
-
-
Jonathan Weth authored
-
- Feb 25, 2024
-
-
Hangzhi Yu authored
-
- Feb 21, 2024
-
-
Jonathan Weth authored
-
- Jan 18, 2024
-
-
Hangzhi Yu authored
-
- Sep 17, 2023
-
-
permcu authored
-
- Sep 14, 2023
-
-
permcu authored
-
- Sep 13, 2023
-
-
Jonathan Weth authored
-
Jonathan Weth authored
-
- Sep 02, 2023
-
-
Jonathan Weth authored
-
Jonathan Weth authored
-
- Sep 01, 2023
-
-
permcu authored
-
- Aug 30, 2023
-
-
permcu authored
-
- Aug 24, 2023
-
-
permcu authored
-
- Aug 03, 2023
-
-
Jonathan Weth authored
Currently still without the actual calendar component
-