Merge pull request #923 from nextcloud/feature/126/circles
Share with circles
This commit is contained in:
@@ -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 '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user