mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
MOB-687 - WCM Deployment - Select multiple test servers
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14337 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -162,8 +162,8 @@ public class ManageReviewTaskDialog extends ManageTaskDialog
|
||||
|
||||
// if a test server has already been allocated inform the dialog
|
||||
// that an update is needed
|
||||
NodeRef testServer = DeploymentUtil.findAllocatedTestServer(this.store);
|
||||
if (testServer != null)
|
||||
List<NodeRef> testServers = DeploymentUtil.findAllocatedTestServers(this.store);
|
||||
if (!testServers.isEmpty())
|
||||
{
|
||||
params.put("updateTestServer", "true");
|
||||
}
|
||||
|
Reference in New Issue
Block a user