mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +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)
|
if (this.contentPermissions == null)
|
||||||
{
|
{
|
||||||
// TODO: This should really request permissions from TYPE_CONTENT but there are other permissions
|
this.contentPermissions = this.permissionService.getSettablePermissions(ContentModel.TYPE_CONTENT);
|
||||||
// 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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.contentPermissions;
|
return this.contentPermissions;
|
||||||
|
Reference in New Issue
Block a user