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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-11-11 00:13:48 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2020-11-11 00:30:37 +0300
commit9218dfb975e5579ed86445293253954c1a16ea91 (patch)
tree813fd2fb5eccc18468ceab2e9ec20761bf8e057a /apps/files_sharing/src/components
parent03b436c0006f0362079c0978053c0a996e92c09f (diff)
Do not show "Can reshare" in the menu if resharing is not allowed
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps/files_sharing/src/components')
-rw-r--r--apps/files_sharing/src/components/SharingEntry.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue
index 2f213730bf8..bb209f2e232 100644
--- a/apps/files_sharing/src/components/SharingEntry.vue
+++ b/apps/files_sharing/src/components/SharingEntry.vue
@@ -70,6 +70,7 @@
<!-- reshare permission -->
<ActionCheckbox
+ v-if="config.isResharingAllowed"
ref="canReshare"
:checked.sync="canReshare"
:value="permissionsShare"