mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
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
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
|
|
@ -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 a new issue