mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged BRANCHES/DEV/V4.1-BUG-FIX to HEAD:
41559: ALF-15569: User with '@' symbol in username cannot invite git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@41581 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2005-2011 Alfresco Software Limited.
|
* Copyright (C) 2005-2012 Alfresco Software Limited.
|
||||||
*
|
*
|
||||||
* This file is part of Alfresco
|
* This file is part of Alfresco
|
||||||
*
|
*
|
||||||
@@ -71,7 +71,7 @@ public class MultiTenantBootstrap extends AbstractLifecycleBean
|
|||||||
PropertyCheck.mandatory(this, "patchService", patchService);
|
PropertyCheck.mandatory(this, "patchService", patchService);
|
||||||
PropertyCheck.mandatory(this, "descriptorService", descriptorService);
|
PropertyCheck.mandatory(this, "descriptorService", descriptorService);
|
||||||
|
|
||||||
if (tenantAdminService.isEnabled())
|
if (tenantAdminService.getAllTenants().size() > 0)
|
||||||
{
|
{
|
||||||
// note: alf*attributes* tables do not exist from Alfresco 4.0.0 schema 5007
|
// note: alf*attributes* tables do not exist from Alfresco 4.0.0 schema 5007
|
||||||
Descriptor desc = descriptorService.getInstalledRepositoryDescriptor();
|
Descriptor desc = descriptorService.getInstalledRepositoryDescriptor();
|
||||||
|
Reference in New Issue
Block a user