You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Robert Levas (JIRA)" <ji...@apache.org> on 2018/01/26 21:34:00 UTC

[jira] [Created] (AMBARI-22858) First prereq not displaying for Free IPA method in Enable Kerberos Wizard

Robert Levas created AMBARI-22858:
-------------------------------------

             Summary: First prereq not displaying for Free IPA method in Enable Kerberos Wizard
                 Key: AMBARI-22858
                 URL: https://issues.apache.org/jira/browse/AMBARI-22858
             Project: Ambari
          Issue Type: Bug
          Components: ambari-web
    Affects Versions: 3.0.0
            Reporter: Robert Levas
            Assignee: Robert Levas
             Fix For: 3.0.0
         Attachments: image-2018-01-26-16-32-14-802.png

First prereq not displaying for Free IPA method in Enable Kerberos Wizard.

 !image-2018-01-26-16-32-14-802.png! 

This is due to a typo at 
{code:title=ambari-web/app/controllers/main/admin/kerberos/step1_controller.js:88}
          dsplayText: Em.I18n.t('admin.kerberos.wizard.step1.option.ipa.condition.1'),
{code}

The code should be 
{code:title=ambari-web/app/controllers/main/admin/kerberos/step1_controller.js:88}
          displayText: Em.I18n.t('admin.kerberos.wizard.step1.option.ipa.condition.1')
{code}

Notice "dsplayText" vs "displayText".




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)