From 61364490d78676ba71e20e3fc346e97834cf6d24 Mon Sep 17 00:00:00 2001 From: Michael Bauer <michael-bauer@posteo.de> Date: Thu, 17 Apr 2025 20:27:27 +0200 Subject: [PATCH] Make sure CalendarEventDialog uses minimal-patch Minimal-patch with missing start&end errors in backend. Using minimal-patch would need special logic to correct this. --- .../core/frontend/components/calendar/CalendarEventDialog.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/aleksis/core/frontend/components/calendar/CalendarEventDialog.vue b/aleksis/core/frontend/components/calendar/CalendarEventDialog.vue index a534211b2..f962fb7e0 100644 --- a/aleksis/core/frontend/components/calendar/CalendarEventDialog.vue +++ b/aleksis/core/frontend/components/calendar/CalendarEventDialog.vue @@ -20,6 +20,7 @@ import GroupField from "../generic/forms/GroupField.vue"; :edit-item="editItemWithDatetimes" :is-create="!editItem" :fields="editableFields" + :minimal-patch="false" > <template #activator="{ attrs, on }"> <slot name="activator" v-bind="{ attrs, on, events }" /> -- GitLab