mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5514. Response of listAccounts API call includes removed users
This commit is contained in:
parent
75f4f55c35
commit
7cac5aa9fc
|
|
@ -107,7 +107,7 @@ public class UserAccountJoinDaoImpl extends GenericDaoBase<UserAccountJoinVO, Lo
|
|||
public List<UserAccountJoinVO> searchByAccountId(Long accountId) {
|
||||
SearchCriteria<UserAccountJoinVO> sc = vrAcctIdSearch.create();
|
||||
sc.setParameters("accountId", accountId);
|
||||
return searchIncludingRemoved(sc, null, null, false);
|
||||
return search(sc, null, null, false);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue