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
b1efe1896b
commit
02ac90b2c1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -66,6 +66,7 @@
|
||||||
|
|
||||||
<!-- reshare permission -->
|
<!-- reshare permission -->
|
||||||
<ActionCheckbox
|
<ActionCheckbox
|
||||||
|
v-if="config.isResharingAllowed"
|
||||||
ref="canReshare"
|
ref="canReshare"
|
||||||
:checked.sync="canReshare"
|
:checked.sync="canReshare"
|
||||||
:value="permissionsShare"
|
:value="permissionsShare"
|
||||||
|
|
Loading…
Reference in New Issue