mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fixed build failure and updated invite content users to request content permissions
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2116 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -49,10 +49,7 @@ public class InviteContentUsersWizard extends InviteUsersWizard
|
||||
{
|
||||
if (this.contentPermissions == null)
|
||||
{
|
||||
// TODO: This should really request permissions from TYPE_CONTENT but there are other permissions
|
||||
// defined at that level at the moment that get exposed when we don't want them to, see
|
||||
// http://www.alfresco.org/jira/browse/AR-343
|
||||
this.contentPermissions = this.permissionService.getSettablePermissions(ContentModel.TYPE_CMOBJECT);
|
||||
this.contentPermissions = this.permissionService.getSettablePermissions(ContentModel.TYPE_CONTENT);
|
||||
}
|
||||
|
||||
return this.contentPermissions;
|
||||
|
Reference in New Issue
Block a user