You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "luguosheng (Jira)" <ji...@apache.org> on 2019/09/19 11:42:00 UTC

[jira] [Updated] (KYLIN-4173) cube list search can not work

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

luguosheng updated KYLIN-4173:
------------------------------
    Description: 
In the font-end, service/cube.js add a new path "cubeName" in version   d449335d68f01270aa0b6a8093ca12daff4b74bd like ''cubes/:cubeId/:propName/:propValue/:action/:cubeName''.
this caused the list cube api "cubes?cubeName=xx" change to "cubes/xx" and match the wrong api.


  was:
In the font-end, service/cube.js add a new path "cubeName" in version   d449335d68f01270aa0b6a8093ca12daff4b74bd like ''cubes/:cubeId/:propName/:propValue/:action/:cubeName''.
this caused the list cube api "cubes?cubeName=xx" change to "cubes/xx" and match the other api.



> cube list search can not work
> -----------------------------
>
>                 Key: KYLIN-4173
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4173
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: luguosheng
>            Assignee: luguosheng
>            Priority: Major
>
> In the font-end, service/cube.js add a new path "cubeName" in version   d449335d68f01270aa0b6a8093ca12daff4b74bd like ''cubes/:cubeId/:propName/:propValue/:action/:cubeName''.
> this caused the list cube api "cubes?cubeName=xx" change to "cubes/xx" and match the wrong api.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)