peng.jianhua created KYLIN-3182:
-----------------------------------
Summary: 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
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)