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

[jira] [Resolved] (KYLIN-3182) Kylin Help is not available

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

Zhixiong Chen resolved KYLIN-3182.
----------------------------------
       Resolution: Fixed
         Assignee: Zhixiong Chen  (was: peng.jianhua)
    Fix Version/s: v2.3.0

> Kylin Help is not available
> ---------------------------
>
>                 Key: KYLIN-3182
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3182
>             Project: Kylin
>          Issue Type: Bug
>          Components: Web 
>    Affects Versions: v2.3.0
>            Reporter: peng.jianhua
>            Assignee: Zhixiong Chen
>            Priority: Major
>              Labels: patch
>             Fix For: v2.3.0
>
>         Attachments: 0001-KYLIN-3182-Kylin-Help-is-not-available.patch, 0001-KYLIN-3182-complete-web-help-configuration.patch, help_blank.png
>
>
> Kylin Help is not available, look like
>   !help_blank.png! 
> Then I analyse the web code, and find the problem.
> The default help informations have been configured in the 'kylin-defaults.properties', as follow
> {code:java}
> kylin.web.help.length=4
> kylin.web.help.0=start|Getting Started|
> kylin.web.help.1=odbc|ODBC Driver|
> kylin.web.help.2=tableau|Tableau Guide|
> kylin.web.help.3=onboard|Cube Design Tutorial|
> {code}
> The all links haven't been configured, but the web page will judge whether the link is empty, if the link is empty, the item under the 'Help' will not be showed.
> So I modified the web code, if the link of help document is null, it will be discarded, not transformed to header page.



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