diff --git a/deps/quasar-ui-qcalendar b/deps/quasar-ui-qcalendar index f245cb8..000c043 160000 --- a/deps/quasar-ui-qcalendar +++ b/deps/quasar-ui-qcalendar @@ -1 +1 @@ -Subproject commit f245cb8b16c855c059d9170611797028c600696a +Subproject commit 000c043ce6cb4a082d8bde4ff2b8c955eade10a4 diff --git a/src/boot/plugins.ts b/src/boot/plugins.ts index 305f21c..da0412f 100644 --- a/src/boot/plugins.ts +++ b/src/boot/plugins.ts @@ -10,7 +10,7 @@ const config: { [key: string]: Array } = { // Do not change required Modules !! requiredModules: ['User'], // here you can import plugins. - loadModules: ['Balance', 'Events', 'Pricelist'], + loadModules: ['Balance', 'events', 'Pricelist'], }; /* Stop! diff --git a/src/plugins/events/components/overview/slots/JobSlot.vue b/src/plugins/events/components/overview/slots/JobSlot.vue index a592e69..6b7821c 100644 --- a/src/plugins/events/components/overview/slots/JobSlot.vue +++ b/src/plugins/events/components/overview/slots/JobSlot.vue @@ -7,7 +7,7 @@ {{ userDisplay(service.userid) }} {{ asDate(modelValue.start) }} - + {{ modelValue.type.name }} {{ asHour(modelValue.start) @@ -134,7 +134,7 @@ export default defineComponent({ service.value = { userid: details.value.userid, is_backup: false, - value: 0.5, + value: 1, }; dialog.value = true; }