Merge pull request #923 from nextcloud/feature/126/circles

Share with circles
This commit is contained in:
Julius Härtl
2019-03-28 16:48:05 +01:00
committed by GitHub
12 changed files with 150 additions and 7 deletions

View File

@@ -429,6 +429,8 @@ app.controller('BoardController', function ($rootScope, $scope, $element, $state
return 'user';
case OC.Share.SHARE_TYPE_GROUP:
return 'group';
case OC.Share.SHARE_TYPE_CIRCLE:
return 'circles';
default:
return '';
}