mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7417: Admin cannot archive or delete events for a deleted account.
This commit is contained in:
parent
8ce6eba549
commit
fc20023411
|
|
@ -275,7 +275,7 @@ public class AccountDaoImpl extends GenericDaoBase<AccountVO, Long> implements A
|
|||
public List<Long> getAccountIdsForDomains(List<Long> domainIds) {
|
||||
SearchCriteria<Long> sc = AccountIdsSearch.create();
|
||||
sc.setParameters("ids", domainIds.toArray(new Object[domainIds.size()]));
|
||||
return customSearch(sc, null);
|
||||
return customSearchIncludingRemoved(sc, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue