Keval Bhatt created ATLAS-2640:
----------------------------------
Summary: 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: Improvement
Reporter: Keval Bhatt
Assignee: Keval Bhatt
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)