Skip to content
Snippets Groups Projects
Commit 61364490 authored by permcu's avatar permcu
Browse files

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.
parent 5befa37a
No related branches found
No related tags found
2 merge requests!1797Resolve "Free/Busy overview",!1330Resolve "Add frontend for Free/Busy model"
Pipeline #197826 failed
...@@ -20,6 +20,7 @@ import GroupField from "../generic/forms/GroupField.vue"; ...@@ -20,6 +20,7 @@ import GroupField from "../generic/forms/GroupField.vue";
:edit-item="editItemWithDatetimes" :edit-item="editItemWithDatetimes"
:is-create="!editItem" :is-create="!editItem"
:fields="editableFields" :fields="editableFields"
:minimal-patch="false"
> >
<template #activator="{ attrs, on }"> <template #activator="{ attrs, on }">
<slot name="activator" v-bind="{ attrs, on, events }" /> <slot name="activator" v-bind="{ attrs, on, events }" />
......
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