You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2014/08/22 14:48:09 UTC

[11/46] git commit: AMBARI-6948. After installing HDP, 'Start All' failed (Buzhor Denys via alexantonenko)

AMBARI-6948. After installing HDP, 'Start All' failed (Buzhor Denys via alexantonenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/be99b295
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/be99b295
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/be99b295

Branch: refs/heads/branch-alerts-dev
Commit: be99b295f9a9e6f2017c280a46ec9d54b9d1c671
Parents: 269c5cd
Author: Alex Antonenko <hi...@gmail.com>
Authored: Wed Aug 20 20:44:16 2014 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Wed Aug 20 20:44:46 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/utils/ajax/ajax.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/be99b295/ambari-web/app/utils/ajax/ajax.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/ajax/ajax.js b/ambari-web/app/utils/ajax/ajax.js
index 2f6a464..09d68c6 100644
--- a/ambari-web/app/utils/ajax/ajax.js
+++ b/ambari-web/app/utils/ajax/ajax.js
@@ -2003,7 +2003,7 @@ var ajax = Em.Object.extend({
 
     // default parameters
     var params = {
-      clusterName: App.get('clusterName')
+      clusterName: (App.get('clusterName') || App.clusterStatus.get('clusterName'))
     };
 
     // extend default parameters with provided