Repository: ambari
Updated Branches:
  refs/heads/trunk 445bf7aff -> a6644d245


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/a6644d24
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a6644d24
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a6644d24

Branch: refs/heads/trunk
Commit: a6644d2459b9c0579674956862ce35c1cd89241d
Parents: c510a2d
Author: Alex Antonenko <[email protected]>
Authored: Wed Jul 6 17:06:15 2016 +0300
Committer: Alex Antonenko <[email protected]>
Committed: Wed Jul 6 19:11:37 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/a6644d24/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