mirror of https://github.com/apache/cloudstack.git
Show correct error message after global settings edit
This commit is contained in:
parent
2a6e0ac544
commit
0a609668fd
|
|
@ -22,9 +22,7 @@
|
|||
args.response.success({data: item});
|
||||
},
|
||||
error: function(json) {
|
||||
args.response.error({
|
||||
message: $.parseJSON(json.responseText).updateconfigurationresponse.errortext
|
||||
});
|
||||
args.response.error(parseXMLHttpResponse(json));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue