CLOUDSTACK-4189: [UI] In multi zone setup, dedicating a single zone to a domain, shows other zones dedicated as well

This commit is contained in:
Saksham Srivastava 2013-08-12 17:23:29 +05:30 committed by Devdeep Singh
parent 86d2e8bdae
commit 2eceb7dcbe
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ public class DedicatedResourceDaoImpl extends GenericDaoBase<DedicatedResourceVO
Long accountId, Long affinityGroupId) {
SearchCriteria<DedicatedResourceVO> sc = ListAllZonesSearch.create();
if (dataCenterId != null) {
sc.setParameters("dataCenterId", dataCenterId);
sc.setParameters("zoneId", dataCenterId);
}
if (affinityGroupId != null) {
sc.setParameters("affinityGroupId", affinityGroupId);