mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
MT - fixes for version2Store upgrade, skip SiteService patch
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@11017 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -500,7 +500,7 @@ public class MultiTServiceImpl implements TenantService
|
||||
*/
|
||||
public boolean isTenantUser()
|
||||
{
|
||||
return isTenantUser(AuthenticationUtil.getCurrentUserName());
|
||||
return isTenantUser(AuthenticationUtil.getCurrentEffectiveUserName());
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
@@ -567,7 +567,7 @@ public class MultiTServiceImpl implements TenantService
|
||||
*/
|
||||
public String getCurrentUserDomain()
|
||||
{
|
||||
String user = AuthenticationUtil.getCurrentUserName();
|
||||
String user = AuthenticationUtil.getCurrentEffectiveUserName();
|
||||
return getUserDomain(user);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user