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

Billy Liu updated KYLIN-3184:
-----------------------------
    Summary: Fix '_null' project on the query page  (was: The project on the 
query page sometimes shows '_null')

> Fix '_null' project on the query page
> -------------------------------------
>
>                 Key: KYLIN-3184
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3184
>             Project: Kylin
>          Issue Type: Bug
>          Components: Web 
>    Affects Versions: v2.3.0
>            Reporter: peng.jianhua
>            Assignee: peng.jianhua
>            Priority: Minor
>              Labels: patch
>             Fix For: v2.3.0
>
>         Attachments: 
> 0001-KYLIN-3184-The-project-on-the-query-page-sometimes-s.patch, 
> project_null.png
>
>
>  !project_null.png! 
> We should call 'ProjectModel.getSelectedProject()' function to get the 
> processed project, as follow:
> {code:java}
>   this.getSelectedProject = function (project) {
>     if (this.selectedProject == "_null") {
>       return null;
>     }
>     return this.selectedProject;
>   };
> {code}



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

Reply via email to