mirror of
https://github.com/nextcloud/server.git
synced 2026-03-03 05:51:07 -05:00
Do not show "Can reshare" in the menu if resharing is not allowed
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
3d3cebc321
commit
c034dff408
3 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -70,6 +70,7 @@
|
|||
|
||||
<!-- reshare permission -->
|
||||
<ActionCheckbox
|
||||
v-if="config.isResharingAllowed"
|
||||
ref="canReshare"
|
||||
:checked.sync="canReshare"
|
||||
:value="permissionsShare"
|
||||
|
|
|
|||
Loading…
Reference in a new issue