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 2018/05/03 15:19:00 UTC

[jira] [Commented] (ATLAS-2640) Glossary , UI : URL is constructed with gid as GUID of first glossary's GUID

    [ https://issues.apache.org/jira/browse/ATLAS-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16462581#comment-16462581 ] 

Keval Bhatt commented on ATLAS-2640:
------------------------------------

patch is available at ATLAS-2639

> Glossary , UI : URL is constructed with gid as GUID of first glossary's GUID
> ----------------------------------------------------------------------------
>
>                 Key: ATLAS-2640
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2640
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: Keval Bhatt
>            Assignee: Keval Bhatt
>            Priority: Major
>
> 1. Created 2 glossaries and a term under them:
> Glossary1
> |_______term1
> Glossary2
>  |________term2
> Clicking on Glossary 1 , 
> URL is /index.html#!/glossary/<glossary1_guid>?gId=<glossary1_guid>&gType=glossary&viewType=term
> Clicking on term1 ,
> URL is /index.html#!/glossary/<term1_guid>?gId=<glossary1_guid>&gType=term&viewType=term
> Which is expected.
> But clicking on Glossary2 , gid is still Glossary1's GUID which should be ideally Glossary2 's GUID.
> URL is /index.html#!/glossary/<glossary2_guid>?gId=<glossary1_guid>&gType=glossary&viewType=term
> Clicking on term2 ,
> URL is /index.html#!/glossary/<term2_guid>?gId=<glossary1_guid>&gType=term&viewType=term
> CC : [~ppandey] [~kbhatt] [~mneethiraj]



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