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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16343859#comment-16343859 ] 

Hudson commented on AMBARI-22858:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #8652 (See [https://builds.apache.org/job/Ambari-trunk-Commit/8652/])
[AMBARI-22858] First prereq not displaying for Free IPA method in Enable (rlevas: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=2b513fa0f1e51347f4d863ad95db2649b924247b])
* (edit) ambari-web/app/controllers/main/admin/kerberos/step1_controller.js


> 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
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)