----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9736/ -----------------------------------------------------------
Review request for cloudstack and Chip Childers. Description ------- In UserAccountJoinDaoImpl.searchForAccountId(accountid), we used mismatched condition name "accountId" (vs. "accountid") to specify account condition, which caused returning all users for an account. This addresses bug https://issues.apache.org/jira/browse/CLOUDSTACK-1449. Diffs ----- server/src/com/cloud/api/query/dao/UserAccountJoinDaoImpl.java 1bb3981 Diff: https://reviews.apache.org/r/9736/diff/ Testing ------- Verified that the bug is fixed. Thanks, Min Chen