You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Keval Bhatt (JIRA)" <ji...@apache.org> on 2019/02/28 06:05:00 UTC

[jira] [Resolved] (ATLAS-881) UI: not displaying multiple taxonomies

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

Keval Bhatt resolved ATLAS-881.
-------------------------------
    Resolution: Not A Bug

> UI: not displaying multiple taxonomies
> --------------------------------------
>
>                 Key: ATLAS-881
>                 URL: https://issues.apache.org/jira/browse/ATLAS-881
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 0.7-incubating
>            Reporter: Ayub Pathan
>            Assignee: Keval Bhatt
>            Priority: Critical
>
> UI: not displaying multiple taxonomies
> API response returns multiple taxonomies
> {noformat}
> curl 'http://localhost:21000/api/atlas/v1/taxonomies/' -H 'Cookie: JSESSIONID=19eplhd4dz8mueh7466qcbjwf' -H 'Accept-Encoding: gzip, deflate, sdch' -H 'Accept-Language: en-US,en;q=0.8' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36' -H 'Accept: application/json, text/javascript, */*; q=0.01' -H 'Referer: http://localhost:21000/index.html' -H 'X-Requested-With: XMLHttpRequest' -H 'Connection: keep-alive' --compressed | python -m json.tool
>   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
>                                  Dload  Upload   Total   Spent    Left  Speed
> 100   331    0   331    0     0   4096      0 --:--:-- --:--:-- --:--:--  4137
> [
>     {
>         "href": "http://localhost:21000/api/atlas/v1/taxonomies/empty",
>         "name": "empty"
>     },
>     {
>         "href": "http://localhost:21000/api/atlas/v1/taxonomies/tax1",
>         "name": "tax1"
>     },
>     {
>         "href": "http://localhost:21000/api/atlas/v1/taxonomies/default",
>         "name": "default"
>     }
> ]
> {noformat}
> UI snapshot: https://monosnap.com/file/1M6dOB8D08IPMqkqj3LsCr8VYvXWJG



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