CLOUDSTACK-1398:LDAP:fail to update the failed job status -stuck in in-progress state
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b9a4774d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b9a4774d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b9a4774d Branch: refs/heads/vim51_win8 Commit: b9a4774d8e0475a5eee6b36418687384e8329d10 Parents: 0a1a207 Author: Pranav Saxena <[email protected]> Authored: Tue Feb 26 16:52:04 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Tue Feb 26 16:52:04 2013 +0530 ---------------------------------------------------------------------- ui/scripts/globalSettings.js | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b9a4774d/ui/scripts/globalSettings.js ---------------------------------------------------------------------- diff --git a/ui/scripts/globalSettings.js b/ui/scripts/globalSettings.js index 598c9c5..0f573d8 100644 --- a/ui/scripts/globalSettings.js +++ b/ui/scripts/globalSettings.js @@ -188,7 +188,13 @@ data: items }); - } + }, + + error:function(json){ + args.response.error(parseXMLHttpResponse(json)); + + } + });
