[
https://issues.apache.org/jira/browse/ATLAS-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Keval Bhatt updated ATLAS-3218:
-------------------------------
Fix Version/s: 2.1.0
1.2.0
0.8.4
> UI : entity detail page columns sorting empty value check
> ---------------------------------------------------------
>
> Key: ATLAS-3218
> URL: https://issues.apache.org/jira/browse/ATLAS-3218
> Project: Atlas
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Keval Bhatt
> Assignee: Keval Bhatt
> Priority: Major
> Fix For: 0.8.4, 1.2.0, 2.1.0
>
> Attachments: ATLAS-3218.patch, rdbms_index_columns_Api_call.png
>
>
> In entity detail page if referredEntities are empty and the entity has column
> attribute then UI show continues loader.
> {code}
> {
> "referredEntities": {},
> "entity": {
> "typeName": "rdbms_index",
> "attributes":
> {
> "qualifiedName": "rdbmsIndex1@cl1",
> "columns": [
> {
> "guid": "5360387a-e33d-4117-a7df-dd782558dd6e",
> "typeName": "rdbms_column"
> },
> {
> "guid": "eeba1f3d-455d-447c-be93-be6659c14289",
> "typeName": "rdbms_column"
> },
> {
> "guid": "9a369d9f-4e2c-462c-bff4-ab6775531cad",
> "typeName": "rdbms_column"
> }],
> "name": "rdbmsIndex1",
> "isUnique": true,
> ........................
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)