mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged DEV to HEAD
52232: Introduce filter to select only enabled tenants (ALF-19172) 52233: Missed file for rev 52232 (ALF-19172) 52246: MT: Make lowercasing of tenant domain a little more explicit 52247: MT: Clean up imports, redundant non-Javadoc and add @Override git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@52288 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -850,7 +850,7 @@ public class MultiTAdminServiceImpl implements TenantAdminService, ApplicationCo
|
||||
@Deprecated
|
||||
public List<Tenant> getTenants(boolean enabledOnly)
|
||||
{
|
||||
List<TenantEntity> tenantEntities = tenantAdminDAO.listTenants();
|
||||
List<TenantEntity> tenantEntities = tenantAdminDAO.listTenants(enabledOnly);
|
||||
List<Tenant> tenants = new ArrayList<Tenant>(tenantEntities.size());
|
||||
for (TenantEntity tenantEntity : tenantEntities)
|
||||
{
|
||||
|
Reference in New Issue
Block a user