-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55497/
-----------------------------------------------------------
(Updated Jan. 23, 2017, 2:20 p.m.)
Review request for atlas, keval bhatt and Madhan Neethiraj.
Changes
-------
The full-text search results page does not show deleted status because in
full-text v2 api is used and for DSL search v1 api is used. To fix full text
search results page issue for now, using the v1 api. In ATLAS-1425 Jira both
the search type results will be ported to V2 api.
Bugs: ATLAS-1437
https://issues.apache.org/jira/browse/ATLAS-1437
Repository: atlas
Description
-------
This patch consist changes for showing deleted entities based on v2 api
response.
Diffs (updated)
-----
dashboardv2/public/js/utils/Messages.js d6acc32
dashboardv2/public/js/views/search/SearchResultLayoutView.js 8d0720e
dashboardv2/public/js/views/tag/addTagModalView.js 9c82d5c
Diff: https://reviews.apache.org/r/55497/diff/
Testing
-------
Following scenarios are tested:
* Deleted entites shows in entity detail page.
* Assign restriction to add tag on deleted entity.
Thanks,
Kalyani Kashikar