From 69694012ab0eca1ec1f3dc0d2b10a3b1728b0927 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Fri, 17 Mar 2017 18:48:33 -0100 Subject: shares-circles Signed-off-by: Maxence Lange --- apps/files_sharing/js/share.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/files_sharing/js') diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js index fcae7bc9a58..ed516efc3c9 100644 --- a/apps/files_sharing/js/share.js +++ b/apps/files_sharing/js/share.js @@ -134,6 +134,8 @@ hasShares = true; } else if (shareType === OC.Share.SHARE_TYPE_REMOTE) { hasShares = true; + } else if (shareType === OC.Share.SHARE_TYPE_CIRCLE) { + hasShares = true; } }); OCA.Sharing.Util._updateFileActionIcon($tr, hasShares, hasLink); -- cgit v1.2.3