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:
commit
778f8e87f3
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 New Issue