Updated Branches: refs/heads/master cb403b1c9 -> 9e9b2cbdc
cs-15286: incorrect result when edit pod Original patch by: olga.smola reviewed-by: brian Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9e9b2cbd Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9e9b2cbd Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9e9b2cbd Branch: refs/heads/master Commit: 9e9b2cbdccee9e7cc05d1306cea66c43cf53a265 Parents: cb403b1 Author: bfederle <[email protected]> Authored: Wed Jun 20 14:21:05 2012 -0700 Committer: bfederle <[email protected]> Committed: Wed Jun 20 14:21:05 2012 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9e9b2cbd/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 9888380..33b541d 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)); + } + }); } },
