Merge pull request #21347 from nextcloud/fix/21188/pass_share_permissions_to_api_call

Pass the proper share permissions to the create share call
pull/21368/head
Roeland Jago Douma 6 years ago committed by GitHub
commit 3000148e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/files_sharing/js/dist/files_sharing_tab.js
  2. 2
      apps/files_sharing/js/dist/files_sharing_tab.js.map
  3. 1
      apps/files_sharing/src/components/SharingInput.vue

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…
Cancel
Save