Browse Source

AMBARI-262. Init Wizard: Advanced Config validation errors can be bypassed

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/ambari-186@1339722 13f79535-47bb-0310-9956-ffa450edef68
Ramya Sunil 13 years ago
parent
commit
576f0e1e7a
2 changed files with 3 additions and 3 deletions
  1. 3 0
      CHANGES.txt
  2. 0 3
      hmc/js/configureServices.js

+ 3 - 0
CHANGES.txt

@@ -2,6 +2,9 @@ Ambari Change log
 
 Release 0.x.x - unreleased
 
+  AMBARI-262. Init Wizard: Advanced Config validation errors can be bypassed 
+  (Vinod via ramya)
+
   AMBARI-263. Initialization Wizard: Select Disk Mount Points allows the user 
   to continue without any mount points selected (Vinod via ramya) 
 

+ 0 - 3
hmc/js/configureServices.js

@@ -2,7 +2,6 @@ var globalOptionsInfo = null;
            
 globalYui.one('#configureClusterAdvancedSubmitButtonId').on('click',function (e) {
 
-    /*
   var retval = checkPasswordCorrectness();
   if (retval.passwdMatched !== true) {
     setFormStatus(retval.errorString, true, true);
@@ -11,10 +10,8 @@ globalYui.one('#configureClusterAdvancedSubmitButtonId').on('click',function (e)
   }
   cleanupClassesForPasswordErrors();
  
-  var opts = generateUserOpts();
   clearFormStatus();
   clearErrorReasons(opts); 
-     */
   var opts = generateUserOpts();
 
   e.target.set('disabled', true);