mirror of https://github.com/apache/cloudstack.git
bug 8641: removing the status field from the volume response
This commit is contained in:
parent
2d0a0c19e9
commit
d73d12b905
|
|
@ -785,7 +785,6 @@ public class ApiResponseHelper implements ResponseGenerator {
|
|||
|
||||
volResponse.setCreated(volume.getCreated());
|
||||
volResponse.setState(volume.getState().toString());
|
||||
volResponse.setStatus(volume.getStatus().toString());
|
||||
|
||||
Account accountTemp = ApiDBUtils.findAccountById(volume.getAccountId());
|
||||
if (accountTemp != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue