You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Nixon Rodrigues (JIRA)" <ji...@apache.org> on 2017/04/28 10:03:04 UTC

[jira] [Commented] (ATLAS-1737) UI - Delete tag(classification) from UI.

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

Nixon Rodrigues commented on ATLAS-1737:
----------------------------------------

[~Kalyanikashikar], I tried testing your patch and found one issue which should be fixed before patch goes in.

Steps to reproduce the issue.
1) Create a new tag "tagfordelete"
2) Search for the newly created tag by clicking on ellipses(...)
3) Go to Tags tab and then delete the newly created tag.
4) Now to click on Search Tab, by default it is making a search call  for the deleted tag
{code}
http://localhost:21000/api/atlas/v2/search/basic?limit=25&classification=tagfordelete&_=1493373025839 
{code}
I think UI is caching the previous search keyword, can you look into this ?

Nixon


> UI - Delete tag(classification) from UI.
> ----------------------------------------
>
>                 Key: ATLAS-1737
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1737
>             Project: Atlas
>          Issue Type: Improvement
>          Components: atlas-webui
>            Reporter: Kalyani Kashikar
>            Assignee: Kalyani Kashikar
>         Attachments: ATLAS-1737.1.patch, ATLAS-1737.2.patch, ATLAS-1737.patch
>
>
> Ability to delete tag from UI using API (api/atlas/v2/types/typedefs?type=classification) DELETE method.
> _Tags which are not assigned to any entity can be only deleted._



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)