diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-12-03 16:02:47 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-12-09 13:20:23 +0100 |
commit | e906138d8da5908917fb523cb3e3484372cea16b (patch) | |
tree | d6d887a263a5add7b55fac12cae15196291b6f65 /apps/files_sharing/src/components/SharingInput.vue | |
parent | fcc0d358959f9134ad5f2023f66fa833f6383fba (diff) | |
download | nextcloud-server-e906138d8da5908917fb523cb3e3484372cea16b.tar.gz nextcloud-server-e906138d8da5908917fb523cb3e3484372cea16b.zip |
Let sharees endpoint properly handle deck shares
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/files_sharing/src/components/SharingInput.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingInput.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/src/components/SharingInput.vue b/apps/files_sharing/src/components/SharingInput.vue index 588ed634166..5326eaf01d3 100644 --- a/apps/files_sharing/src/components/SharingInput.vue +++ b/apps/files_sharing/src/components/SharingInput.vue @@ -186,6 +186,7 @@ export default { this.SHARE_TYPES.SHARE_TYPE_CIRCLE, this.SHARE_TYPES.SHARE_TYPE_ROOM, this.SHARE_TYPES.SHARE_TYPE_GUEST, + this.SHARE_TYPES.SHARE_TYPE_DECK, ] if (OC.getCapabilities().files_sharing.public.enabled === true) { |