mirror of https://github.com/apache/cloudstack.git
bug 12573: Correct error handling for add volume
status 12573: resolved fixed
This commit is contained in:
parent
e66af621f1
commit
ec7ace2a2c
|
|
@ -142,6 +142,9 @@
|
|||
}
|
||||
}
|
||||
);
|
||||
},
|
||||
error: function(json) {
|
||||
args.response.error(parseXMLHttpResponse(json));
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue