You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Ayub Khan (JIRA)" <ji...@apache.org> on 2016/06/08 09:44:20 UTC

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

Ayub Khan created ATLAS-881:
-------------------------------

             Summary: 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 Khan
            Priority: Critical
             Fix For: 0.7-incubating


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
(v6.3.4#6332)