Commit e1524d3b by kevalbhatt

ATLAS-1590 Edit Button is enabled for Deleted entities

parent fa0d6dbe
......@@ -313,7 +313,7 @@ ul {
}
button {
&.editbutton[data-id="editButton"] {
display: none;
display: none !important;
}
}
}
......
......@@ -9,13 +9,19 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
ALL CHANGES:
ATLAS-1502 - Fix for not getting atlas application properties using PropertiesConfiguration sometimes, so changed to ApplicationProperties (nixonrodrigues via kevalbhatt)
ATLAS-1586: type search improvement by avoiding unnecessary instantiation of type objects (mneethiraj)
ATLAS-1583: fix incorrect metrics by import API (ashutoshm via mneethiraj)
ATLAS-1571: fix for incorrect v1->v2 conversion of enum-type value (mneethiraj)
ATLAS-1576: fix for NPE while handling unknown attributes (mneethiraj)
ATLAS-1577: audit event generated for an entity overwrites previous event for the entity (mneethiraj)
ATLAS-1546: Changed to LOG.warn instead error in Hive hook should choose appropriate JAAS config if host uses kerberos ticket-cache (nixonrodrigues via kevalbhatt)
ATLAS-1590 UI : Edit Button is enabled for Deleted entities. (kevalbhatt)
ATLAS-1487 Create Entity in UI : types list doesn't list fs_permissions (struct type) hence no entity could be created for it. (kevalbhatt)
ATLAS-1573 Full text mapping for Entity store V2
ATLAS-1585 Search result page should show the entityType for each result (kevalbhatt via mneethiraj)
ATLAS-1575 fix for UI issue in create/edit of hive_table entity (kevalbhatt via mneethiraj)
ATLAS-1567 exclude hadoop-common library in Falcon hook packaging, as it is alreay present in Falcon classpath (nixonrodrigues via mneethiraj)
ATLAS-1502 Fix for not getting atlas application properties using PropertiesConfiguration sometimes, so changed to ApplicationProperties (nixonrodrigues via kevalbhatt)
ATLAS-1586 type search improvement by avoiding unnecessary instantiation of type objects (mneethiraj)
ATLAS-1583 fix incorrect metrics by import API (ashutoshm via mneethiraj)
ATLAS-1571 fix for incorrect v1->v2 conversion of enum-type value (mneethiraj)
ATLAS-1576 fix for NPE while handling unknown attributes (mneethiraj)
ATLAS-1577 audit event generated for an entity overwrites previous event for the entity (mneethiraj)
ATLAS-1546 Changed to LOG.warn instead error in Hive hook should choose appropriate JAAS config if host uses kerberos ticket-cache (nixonrodrigues via kevalbhatt)
ATLAS-1569 Clear contents of RequestContextV1 at the end of the request (mneethiraj)
ATLAS-1570 Fix for Taxonomy service test failures (apoorvnaik via mneethiraj)
ATLAS-1568 moved helper methods from org.apache.atlas.model package classes into an utility class (mneethiraj)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment