Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Rittershofer <jotoeri@users.noreply.github.com>2021-12-14 03:02:04 +0300
committerJonas Rittershofer <jotoeri@users.noreply.github.com>2021-12-14 03:02:04 +0300
commite006491b852aedb9dcaf8651e37ca2e287cdc681 (patch)
treeb082283d640c8608a8ff6b183e1fabbd66454c4a /apps/files_sharing/src
parentaf98f52eacab4c8731063c5261f4b1267fb25cf9 (diff)
Fix ShareLink Upload UI for Folders
Do not show the Upload-Option if it is not allowed to check. Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r--apps/files_sharing/src/components/SharingEntryLink.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue
index 3acd1a8652f..4c11ea4b70a 100644
--- a/apps/files_sharing/src/components/SharingEntryLink.vue
+++ b/apps/files_sharing/src/components/SharingEntryLink.vue
@@ -178,7 +178,7 @@
</template>
<!-- file -->
- <ActionCheckbox v-else
+ <ActionCheckbox v-if="!isFolder"
:checked.sync="canUpdate"
:disabled="saving"
@change="queueUpdate('permissions')">