mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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…
x
Reference in New Issue
Block a user