diff --git a/packages/nc-gui/components/dlg/ViewCreate.vue b/packages/nc-gui/components/dlg/ViewCreate.vue index 59bd00a8b1..d5fe2c5b4d 100644 --- a/packages/nc-gui/components/dlg/ViewCreate.vue +++ b/packages/nc-gui/components/dlg/ViewCreate.vue @@ -217,12 +217,15 @@ async function onSubmit() { } } +/* +TODO: Add support for end date and multiple range in future const addCalendarRange = async () => { form.calendar_range.push({ fk_from_column_id: viewSelectFieldOptions.value[0].value as string, fk_to_column_id: null, }) } +*/ const isMetaLoading = ref(false) @@ -450,19 +453,23 @@ onMounted(async () => { -
- - {{ $t('activity.addEndDate') }} -
- +
diff --git a/packages/nc-gui/components/smartsheet/calendar/WeekView/DateTimeField.vue b/packages/nc-gui/components/smartsheet/calendar/WeekView/DateTimeField.vue index 8f099c3fb8..4628cca234 100644 --- a/packages/nc-gui/components/smartsheet/calendar/WeekView/DateTimeField.vue +++ b/packages/nc-gui/components/smartsheet/calendar/WeekView/DateTimeField.vue @@ -742,6 +742,7 @@ const viewMore = (hour: dayjs.Dayjs) => { :record="record" :resize="!!record.rowMeta.range?.fk_to_col && isUIAllowed('dataEdit')" color="blue" + @resize-start="onResizeStart" >