- Oct 15, 2024
-
-
Hangzhi Yu authored
-
Hangzhi Yu authored
-
Hangzhi Yu authored
-
Hangzhi Yu authored
-
Hangzhi Yu authored
-
Hangzhi Yu authored
-
Hangzhi Yu authored
-
Hangzhi Yu authored
-
Hangzhi Yu authored
-
- Oct 14, 2024
-
-
Hangzhi Yu authored
-
- Oct 13, 2024
-
-
Hangzhi Yu authored
-
- Oct 06, 2024
-
-
Hangzhi Yu authored
-
- Oct 04, 2024
-
-
Jonathan Weth authored
Bump version to 4.0.0.dev7 See merge request !372
-
Jonathan Weth authored
-
- Sep 18, 2024
-
-
Jonathan Weth authored
Resolve "Add date to timetable overview page route (like on calendar page)" Closes #253 See merge request !368
-
- Sep 17, 2024
-
-
Jonathan Weth authored
Resolve "Parent menu point does not check for any permissions" Closes #252 See merge request !370
-
Hangzhi Yu authored
-
- Sep 13, 2024
-
-
Hangzhi Yu authored
-
Hangzhi Yu authored
-
- Aug 19, 2024
-
-
Jonathan Weth authored
Do release 4.0.0.dev5 See merge request !365
-
Jonathan Weth authored
-
- Aug 18, 2024
-
-
Jonathan Weth authored
Translations update from Weblate See merge request !364
-
magicfelix authored
Currently translated at 100.0% (179 of 179 strings) Translation: AlekSIS/AlekSIS-App-Chronos Translate-URL: https://translate.edugit.org/projects/aleksis/aleksis-app-chronos/de/
-
magicfelix authored
Currently translated at 99.3% (159 of 160 strings) Translation: AlekSIS/AlekSIS-App-Chronos Translate-URL: https://translate.edugit.org/projects/aleksis/aleksis-app-chronos/de/
-
Jonathan Weth authored
Currently translated at 99.3% (159 of 160 strings) Translation: AlekSIS/AlekSIS-App-Chronos Translate-URL: https://translate.edugit.org/projects/aleksis/aleksis-app-chronos/de/
-
Jonathan Weth authored
Update translation messages See merge request !363
-
Jonathan Weth authored
-
Jonathan Weth authored
Resolve "Fix timezone handling with substitutions/amend dialog" Closes #250 See merge request !361
-
-
-
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 14, 2024
-
-
Jonathan Weth authored
Resolve "Substitutions PDF for new data model" Closes #215 See merge request !315
-
- Aug 11, 2024
-
-
Jonathan Weth authored
-
Jonathan Weth authored
-
Jonathan Weth authored
-
Jonathan Weth authored
-
Jonathan Weth authored
-
Jonathan Weth authored
-
Jonathan Weth authored
-