mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged DEV/JASONH to HEAD
12202: Set permissionService if it is null (superceded) 12293: Remove log statements (superceded) 12561: Ensure PermissionService is not null (supercedes r12202 and r12293) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12647 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -46,7 +46,7 @@ public class InviteContentUsersWizard extends BaseInviteUsersWizard
|
||||
{
|
||||
if (this.contentPermissions == null)
|
||||
{
|
||||
this.contentPermissions = this.permissionService.getSettablePermissions(getNode().getType());
|
||||
this.contentPermissions = this.getPermissionService().getSettablePermissions(getNode().getType());
|
||||
}
|
||||
|
||||
return this.contentPermissions;
|
||||
|
Reference in New Issue
Block a user