Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-3184

Fix '_null' project on the query page

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • v2.3.0
    • v2.3.0
    • Web
    • Patch

    Description

      We should call 'ProjectModel.getSelectedProject()' function to get the processed project, as follow:

        this.getSelectedProject = function (project) {
          if (this.selectedProject == "_null") {
            return null;
          }
          return this.selectedProject;
        };
      

      Attachments

        1. project_null.png
          21 kB
          peng.jianhua
        2. 0001-KYLIN-3184-The-project-on-the-query-page-sometimes-s.patch
          1.0 kB
          peng.jianhua

        Activity

          People

            peng.jianhua peng.jianhua
            peng.jianhua peng.jianhua
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: