mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix(sharing): Disable "Read permission" checkbox correctly
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
2a4588a9df
commit
44de6b3280
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@
|
|||
{{ t('files_sharing', 'Custom permissions') }}
|
||||
</NcCheckboxRadioSwitch>
|
||||
<section v-if="setCustomPermissions" class="custom-permissions-group">
|
||||
<NcCheckboxRadioSwitch :disabled="!allowsFileDrop && share.type === SHARE_TYPES.SHARE_TYPE_LINK"
|
||||
<NcCheckboxRadioSwitch :disabled="!canRemoveReadPermission"
|
||||
:checked.sync="hasRead">
|
||||
{{ t('files_sharing', 'Read') }}
|
||||
</NcCheckboxRadioSwitch>
|
||||
|
|
|
|||
Loading…
Reference in a new issue