Repository: ambari Updated Branches: refs/heads/trunk 773541ea0 -> a32863d86
AMBARI-5512. Move wizard and HA wizard gets stuck on any deploy step (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a32863d8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a32863d8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a32863d8 Branch: refs/heads/trunk Commit: a32863d86cab572c3dee7611fc8455e69adedbff Parents: 773541e Author: Alex Antonenko <[email protected]> Authored: Fri Apr 18 22:26:39 2014 +0300 Committer: Alex Antonenko <[email protected]> Committed: Fri Apr 18 22:26:55 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/models/cluster_states.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a32863d8/ambari-web/app/models/cluster_states.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/models/cluster_states.js b/ambari-web/app/models/cluster_states.js index 2499167..270a50c 100644 --- a/ambari-web/app/models/cluster_states.js +++ b/ambari-web/app/models/cluster_states.js @@ -231,9 +231,9 @@ App.clusterStatus = Em.Object.create(App.UserPref, { async: !!opt.async, keyValuePair: keyValuePair }, - success: opt.success || Em.K, - beforeSend: opt.beforeSend || Em.K, - error: opt.error || Em.K + success: opt.success, + beforeSend: opt.beforeSend, + error: opt.error }); } else {
