mirror of https://github.com/apache/cloudstack.git
bug 7707: resolving the snapshots listing issue
status 7707: resolved fixed
This commit is contained in:
parent
4fdbb00060
commit
9b43e27706
|
|
@ -807,6 +807,8 @@ public class SnapshotManagerImpl implements SnapshotManager, SnapshotService, Ma
|
|||
Account userAccount = _accountDao.findActiveAccount(accountName, domainId);
|
||||
if (userAccount != null) {
|
||||
accountId = userAccount.getId();
|
||||
} else {
|
||||
throw new InvalidParameterValueException("Could not find account:"+accountName+" in domain:"+domainId);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue