Merge pull request #21354 from nextcloud/backport/21347/stable19

[stable19] Pass the proper share permissions to the create share call
This commit is contained in:
Roeland Jago Douma 2020-06-11 13:45:21 +02:00 committed by GitHub
commit 778f8e87f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)