mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged DEV to HEAD
52250: ALF-19207: MT module startup does not work - Any attempt to force modules to start for all tenants will be met with an UnsupportedOperationException - Any fix will have to be part of ALF-18954 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@52291 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -135,7 +135,7 @@ public class ModuleComponentHelper
|
||||
|
||||
public void setApplyToTenants(boolean applyToTenants)
|
||||
{
|
||||
this.applyToTenants = applyToTenants;
|
||||
throw new UnsupportedOperationException("Applying modules to individual tenants is unsupported. See ALF-19207: MT module startup does not work");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user