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 <kb...@apache.org> on 2018/03/02 06:45:15 UTC

Review Request 65877: ATLAS-2474 : UI : On creating a complex entity with single character , name of the complex entity is not displayed in the related entities' detailsPage.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65877/
-----------------------------------------------------------

Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Nixon Rodrigues, and pratik pandey.


Bugs: ATLAS-2474
    https://issues.apache.org/jira/browse/ATLAS-2474


Repository: atlas


Description
-------

1. Create an hive_table name with single character:
```
create table a(id int,name string);
```
2. In Atlas UI , navigate to detailsPage of hive_column entities (id , name ) of table a
3. In the table attribute of the hive_column Properties , only clickableGUID of the table is displayed instead of the name of the table.

This happens only when the name of the table has single character.If more than 1 , the UI is rendered correctly.


Diffs
-----

  dashboardv2/public/js/utils/CommonViewFunction.js cb762ac4 


Diff: https://reviews.apache.org/r/65877/diff/1/


Testing
-------

Done one round of sanity test


Thanks,

keval bhatt


Re: Review Request 65877: ATLAS-2474 : UI : On creating a complex entity with single character , name of the complex entity is not displayed in the related entities' detailsPage.

Posted by Nixon Rodrigues <ni...@freestoneinfotech.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65877/#review198515
-----------------------------------------------------------


Ship it!




Ship It!

- Nixon Rodrigues


On March 2, 2018, 6:45 a.m., keval bhatt wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/65877/
> -----------------------------------------------------------
> 
> (Updated March 2, 2018, 6:45 a.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Nixon Rodrigues, and pratik pandey.
> 
> 
> Bugs: ATLAS-2474
>     https://issues.apache.org/jira/browse/ATLAS-2474
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> 1. Create an hive_table name with single character:
> ```
> create table a(id int,name string);
> ```
> 2. In Atlas UI , navigate to detailsPage of hive_column entities (id , name ) of table a
> 3. In the table attribute of the hive_column Properties , only clickableGUID of the table is displayed instead of the name of the table.
> 
> This happens only when the name of the table has single character.If more than 1 , the UI is rendered correctly.
> 
> 
> Diffs
> -----
> 
>   dashboardv2/public/js/utils/CommonViewFunction.js cb762ac4 
> 
> 
> Diff: https://reviews.apache.org/r/65877/diff/1/
> 
> 
> Testing
> -------
> 
> Done one round of sanity test
> 
> 
> Thanks,
> 
> keval bhatt
> 
>