mirror of https://github.com/apache/cloudstack.git
CS-15392: Add error handling to edit user action
Original patch by: Olga Smola <olya.smola@gmail.com> Reviewed by: Brian Federle <brian.federle@citrix.com>
This commit is contained in:
parent
fa414bbf0a
commit
10e70bcb9c
|
|
@ -804,6 +804,9 @@
|
|||
success: function(json) {
|
||||
var item = json.updateuserresponse.user;
|
||||
args.response.success({data:item});
|
||||
},
|
||||
error: function(data) {
|
||||
args.response.error(parseXMLHttpResponse(data));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue