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:
Roeland Jago Douma
2020-06-10 10:35:48 +02:00
committed by GitHub
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

View File

@@ -435,6 +435,7 @@ export default {
path,
shareType: value.shareType,
shareWith: value.shareWith,
permissions: this.fileInfo.sharePermissions,
})
this.$emit('add:share', share)