Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 dd3770771 -> 1550ba696


AMBARI-17585. Installer wizard: On "Install, Start and Test" page clicking 
Retry button triggers API that creates stop tasks for non-client components 
(alexantonenko)


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

Branch: refs/heads/branch-2.4
Commit: 1550ba696ea075251fd87ab2e8090ac007990a18
Parents: 51f1a95
Author: Alex Antonenko <[email protected]>
Authored: Wed Jul 6 17:06:15 2016 +0300
Committer: Alex Antonenko <[email protected]>
Committed: Wed Jul 6 19:09:15 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/1550ba69/ambari-web/app/controllers/wizard.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/wizard.js 
b/ambari-web/app/controllers/wizard.js
index 41837d2..9dba647 100644
--- a/ambari-web/app/controllers/wizard.js
+++ b/ambari-web/app/controllers/wizard.js
@@ -415,7 +415,7 @@ App.WizardController = 
Em.Controller.extend(App.LocalStorage, App.ThemesMappingM
       data = {
         context: Em.I18n.t('requestInfo.installComponents'),
         HostRoles: {"state": "INSTALLED"},
-        urlParams: "HostRoles/desired_state=INSTALLED"
+        urlParams: "HostRoles/desired_state!=INSTALLED"
       };
     } else {
       data = {

Reply via email to