mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01: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:
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user