|
|
@ -1332,7 +1332,10 @@ useEventListener( |
|
|
|
{{ $t('activity.clearForm') }} |
|
|
|
{{ $t('activity.clearForm') }} |
|
|
|
</NcButton> |
|
|
|
</NcButton> |
|
|
|
<div class="flex items-center gap-3"> |
|
|
|
<div class="flex items-center gap-3"> |
|
|
|
|
|
|
|
<NcTooltip :disabled="!!view?.uuid"> |
|
|
|
|
|
|
|
<template #title>{{$t('tooltip.formIsNotShared')}}</template> |
|
|
|
<NcButton |
|
|
|
<NcButton |
|
|
|
|
|
|
|
v-if="isUIAllowed('dataInsert') && visibleColumns.length" |
|
|
|
type="primary" |
|
|
|
type="primary" |
|
|
|
size="small" |
|
|
|
size="small" |
|
|
|
:disabled="!isUIAllowed('dataInsert') || !visibleColumns.length || isLocked || !view?.uuid" |
|
|
|
:disabled="!isUIAllowed('dataInsert') || !visibleColumns.length || isLocked || !view?.uuid" |
|
|
@ -1343,6 +1346,7 @@ useEventListener( |
|
|
|
> |
|
|
|
> |
|
|
|
{{ $t('activity.getPreFilledLink') }} |
|
|
|
{{ $t('activity.getPreFilledLink') }} |
|
|
|
</NcButton> |
|
|
|
</NcButton> |
|
|
|
|
|
|
|
</NcTooltip> |
|
|
|
<NcButton |
|
|
|
<NcButton |
|
|
|
html-type="submit" |
|
|
|
html-type="submit" |
|
|
|
type="primary" |
|
|
|
type="primary" |
|
|
|