From 725a4976b1eb70493fd3f9b5352f8585ae4bc916 Mon Sep 17 00:00:00 2001 From: Moritz Strohm Date: Tue, 10 Mar 2026 15:45:39 +0000 Subject: fixed pre-selection of the day of week when editing a calendar date with monthly repetition, fixes #6341 Closes #6341 Merge request studip/studip!4808 (cherry picked from commit f3fcc1394286888697f20fc22822debf6707d72c) 24d99e7b RepetitionInput.vue: use value instead of v-model to pass a value to the DayOfWeekSelect component Co-authored-by: Moritz Strohm --- resources/vue/components/form_inputs/RepetitionInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/vue/components/form_inputs/RepetitionInput.vue b/resources/vue/components/form_inputs/RepetitionInput.vue index 2a265b1..01af024 100644 --- a/resources/vue/components/form_inputs/RepetitionInput.vue +++ b/resources/vue/components/form_inputs/RepetitionInput.vue @@ -172,7 +172,7 @@