CLOUDSTACK-1082:UI doesn't throw any error message when trying to delete ip range from a network that is in use
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/cd10b994 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/cd10b994 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/cd10b994 Branch: refs/heads/ui-plugins Commit: cd10b994ae85d657624ec216582e49584620d691 Parents: 453f749 Author: Pranav Saxena <[email protected]> Authored: Tue Jan 29 14:32:55 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Tue Jan 29 14:32:55 2013 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/cd10b994/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index def6d44..1dcf7c4 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -9736,7 +9736,7 @@ args.response.success({data:{}}); }, error: function(json) { - args.response.error(parseXMLHttpResponse(XMLHttpResponse)); + args.response.error(parseXMLHttpResponse(json)); } }); },
