diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue index 74bff87560a..6417ef0b6ea 100644 --- a/apps/files_sharing/src/components/SharingEntry.vue +++ b/apps/files_sharing/src/components/SharingEntry.vue @@ -46,6 +46,7 @@ @open-sharing-details="openShareDetailsForCustomSettings(share)" /> diff --git a/apps/files_sharing/src/views/SharingDetailsTab.vue b/apps/files_sharing/src/views/SharingDetailsTab.vue index 4681e59391d..83e3dc3706f 100644 --- a/apps/files_sharing/src/views/SharingDetailsTab.vue +++ b/apps/files_sharing/src/views/SharingDetailsTab.vue @@ -19,6 +19,7 @@
{{ t('files_sharing', 'Hide download') }} - + {{ t('files_sharing', 'Allow download') }} @@ -162,21 +169,30 @@
+ :checked.sync="hasRead" + data-cy-files-sharing-share-permissions-checkbox="read"> {{ t('files_sharing', 'Read') }} - + {{ t('files_sharing', 'Create') }} - + {{ t('files_sharing', 'Edit') }} + :checked.sync="canReshare" + data-cy-files-sharing-share-permissions-checkbox="share"> {{ t('files_sharing', 'Share') }} - + {{ t('files_sharing', 'Delete') }}
@@ -199,10 +215,13 @@