mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #21347 from nextcloud/fix/21188/pass_share_permissions_to_api_call
Pass the proper share permissions to the create share call
This commit is contained in:
commit
3000148e27
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
|
|
@ -435,6 +435,7 @@ export default {
|
|||
path,
|
||||
shareType: value.shareType,
|
||||
shareWith: value.shareWith,
|
||||
permissions: this.fileInfo.sharePermissions,
|
||||
})
|
||||
this.$emit('add:share', share)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue