You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Yusaku Sako (JIRA)" <ji...@apache.org> on 2013/07/19 02:40:48 UTC

[jira] [Commented] (AMBARI-2689) Enable Security Wizard stops on step "2. Save Configurations" and doesn't let the user leave the wizard

    [ https://issues.apache.org/jira/browse/AMBARI-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13713183#comment-13713183 ] 

Yusaku Sako commented on AMBARI-2689:
-------------------------------------

Comments on the patch:
* updateFromServer function: this returns 404 if the cluster install has not started.  We should bypass the popup in case of 404.
* setClusterStatus function: 
{code}
error: function () {
          console.log("ERROR");
          if(newValue.errorCallBack) {
            errorCallBack(); <- this should be newValue.errorCallBack?
          } else {
            this.clusterStatusErrorCallBack(); <- this should be self.clusterStatusErrorCallBack()?
          }
        }
{code}
                
> Enable Security Wizard stops on step "2. Save Configurations" and doesn't let the user leave the wizard
> -------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-2689
>                 URL: https://issues.apache.org/jira/browse/AMBARI-2689
>             Project: Ambari
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 1.2.5
>            Reporter: Jaimin D Jetly
>            Assignee: Jaimin D Jetly
>              Labels: security
>             Fix For: 1.2.5
>
>         Attachments: AMBARI-2689.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira