bug 8702: return events for removed account when "account" parameter is specified in listEvents command

status 8702: resolved fixed
This commit is contained in:
alena 2011-02-24 19:15:36 -08:00
parent f8993d9ec4
commit 66455c0767
1 changed files with 0 additions and 1 deletions

View File

@ -2091,7 +2091,6 @@ public class ManagementServerImpl implements ManagementServer {
if (accountName != null) {
sc.setParameters("domainIdEQ", domainId);
sc.setParameters("accountName", "%" + accountName + "%");
sc.addAnd("removed", SearchCriteria.Op.NULL);
} else if (isAdmin) {
DomainVO domain = _domainDao.findById(domainId);
sc.setJoinParameters("domainSearch", "path", domain.getPath() + "%");