You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "peng.jianhua (JIRA)" <ji...@apache.org> on 2018/01/19 07:39:05 UTC

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

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

peng.jianhua updated KYLIN-3182:
--------------------------------
    Description: 
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
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|
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.

  was:
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
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|
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.


> 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: peng.jianhua
>            Priority: Major
>              Labels: patch
>         Attachments: 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
> 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|
> 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)