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

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

     [ https://issues.apache.org/jira/browse/AMBARI-22858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated AMBARI-22858:
------------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Major
>              Labels: pull-request-available
>             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)