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:
Gavin Cornwell
2006-01-16 17:02:12 +00:00
parent fd5330fe56
commit 97b2aaac93

View File

@@ -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;