From 1dc3ee51f59ea8118d106b1f3495b5462add347b Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Tue, 19 Jun 2012 13:26:19 +0530 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 bc15dce2556..3e022d2c22c 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -5818,8 +5818,11 @@ actionFilter: podActionfilter, data:item }); - } - }); + }, + error: function(data) { + args.response.error(parseXMLHttpResponse(data)); + } + }); } },