Pass the proper share permissions to the create share call
Fixes #21188 This way we do not run into the share permission issue Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f40f7abbaf
commit
009432dee0
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,
|
path,
|
||||||
shareType: value.shareType,
|
shareType: value.shareType,
|
||||||
shareWith: value.shareWith,
|
shareWith: value.shareWith,
|
||||||
|
permissions: this.fileInfo.sharePermissions,
|
||||||
})
|
})
|
||||||
this.$emit('add:share', share)
|
this.$emit('add:share', share)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue