Przeglądaj źródła

AMBARI-879. Installer skips Confirm Hosts page of the wizard when testing locally without Ambari Server. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/AMBARI-666@1399487 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 lat temu
rodzic
commit
5bb33314ad

+ 3 - 0
AMBARI-666-CHANGES.txt

@@ -294,6 +294,9 @@ AMBARI-666 branch (unreleased changes)
 
   BUG FIXES
 
+  AMBARI-879. Installer skips Confirm Hosts page of the wizard when testing
+  locally without Ambari Server. (yusaku)
+
   AMBARI-878. Various tests for FSM, controller and state objects. (hitesh)
 
   AMBARI-858. Installer -> Select Services page: warning popups are no longer

+ 1 - 3
ambari-web/app/controllers/installer/step2_controller.js

@@ -182,9 +182,7 @@ App.InstallerStep2Controller = Em.Controller.extend({
           console.log("URI not found.");
           //After the bootstrap call hook up change the below return statement to "return false"
           console.log("TRACE: In faliure function for the post bootstrap function");
-          //Remove below line, once bootstrap has been implemented
-          App.router.send('next');
-          return true;
+          return false;
         }
       },
       dataType: 'application/json'