Show correct error message after global settings edit

This commit is contained in:
Brian Federle 2011-12-15 13:10:54 -08:00
parent 2a6e0ac544
commit 0a609668fd
1 changed files with 1 additions and 3 deletions

View File

@ -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));
}
});
}