mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user