From 9e9b2cbdccee9e7cc05d1306cea66c43cf53a265 Mon Sep 17 00:00:00 2001 From: bfederle Date: Wed, 20 Jun 2012 14:21:05 -0700 Subject: [PATCH] cs-15286: incorrect result when edit pod Original patch by: olga.smola reviewed-by: brian --- 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 9888380d5a6..33b541dfc09 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -5824,8 +5824,11 @@ actionFilter: podActionfilter, data:item }); - } - }); + }, + error: function(data) { + args.response.error(parseXMLHttpResponse(data)); + } + }); } },