aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingInput.vue
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-12-03 16:02:47 +0100
committerJulius Härtl <jus@bitgrid.net>2020-12-09 13:20:23 +0100
commite906138d8da5908917fb523cb3e3484372cea16b (patch)
treed6d887a263a5add7b55fac12cae15196291b6f65 /apps/files_sharing/src/components/SharingInput.vue
parentfcc0d358959f9134ad5f2023f66fa833f6383fba (diff)
downloadnextcloud-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.vue1
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) {