mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #21963 from nextcloud/fix/sharing/respect_default_share_permissions
Respect default share permissions
This commit is contained in:
commit
ba39d7adde
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -435,7 +435,7 @@ export default {
|
|||
path,
|
||||
shareType: value.shareType,
|
||||
shareWith: value.shareWith,
|
||||
permissions: this.fileInfo.sharePermissions,
|
||||
permissions: this.fileInfo.sharePermissions & OC.getCapabilities().files_sharing.default_permissions,
|
||||
})
|
||||
this.$emit('add:share', share)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue