Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 58aba3f8d -> dc4a6c5c8


AMBARI-17674. Installer: Sometimes retry action performs correctly on second 
try. (alexantonenko)


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

Branch: refs/heads/branch-2.4
Commit: dc4a6c5c8274afa8d7f3db798c867c17bfd259c6
Parents: 58aba3f
Author: Alex Antonenko <[email protected]>
Authored: Tue Jul 12 17:01:40 2016 +0300
Committer: Alex Antonenko <[email protected]>
Committed: Tue Jul 12 19:01:14 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/dc4a6c5c/ambari-web/app/controllers/wizard.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/wizard.js 
b/ambari-web/app/controllers/wizard.js
index 3bf3c05..2eab760 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&HostRoles/state!=INSTALLED"
       };
     } else {
       data = {

Reply via email to