Allow batch edit for 1 or more items (#11318)

This commit is contained in:
José Varela
2022-01-28 14:09:50 +00:00
committed by GitHub
parent 0c60bc18d8
commit b273f3e94f
4 changed files with 4 additions and 4 deletions

View File

@@ -159,7 +159,7 @@
</v-dialog>
<v-button
v-if="selection.length > 1"
v-if="selection.length > 0"
v-tooltip.bottom="batchEditAllowed ? t('edit') : t('not_allowed')"
rounded
icon

View File

@@ -87,7 +87,7 @@
</v-dialog>
<v-button
v-if="selection.length > 1"
v-if="selection.length > 0"
v-tooltip.bottom="batchEditAllowed ? t('edit') : t('not_allowed')"
rounded
icon

View File

@@ -48,7 +48,7 @@
</v-dialog>
<v-button
v-if="selection.length > 1"
v-if="selection.length > 0"
v-tooltip.bottom="t('edit')"
rounded
icon

View File

@@ -60,7 +60,7 @@
</v-dialog>
<v-button
v-if="selection.length > 1"
v-if="selection.length > 0"
v-tooltip.bottom="batchEditAllowed ? t('edit') : t('not_allowed')"
rounded
icon