From cd10b994ae85d657624ec216582e49584620d691 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Tue, 29 Jan 2013 14:32:55 +0530 Subject: [PATCH] CLOUDSTACK-1082:UI doesn't throw any error message when trying to delete ip range from a network that is in use --- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index def6d443026..1dcf7c465f6 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)); } }); },