From 5811ae7e2571380ab2b2be4e64686ff3affb7364 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Sun, 5 May 2013 01:15:14 +0530 Subject: [PATCH] CLOUDSTACK-2274:Detail view loading problem when deleting a zone --- ui/scripts/system.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 3c4051cc481..f2017cd948f 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -4928,8 +4928,11 @@ async: true, success: function(json) { args.response.success({data:{}}); - } - }); + }, + error:function(json){ + args.response.error(parseXMLHttpResponse(json)); + } + }); }, notification: { poll: function(args) { args.complete(); }