ATLAS-1590 Edit Button is enabled for Deleted entities
Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/e1524d3b Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/e1524d3b Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/e1524d3b Branch: refs/heads/master Commit: e1524d3b434bf22985fb1ed4d7bef6827dc8375e Parents: fa0d6db Author: kevalbhatt <[email protected]> Authored: Thu Feb 23 20:22:22 2017 +0530 Committer: kevalbhatt <[email protected]> Committed: Thu Feb 23 20:36:47 2017 +0530 ---------------------------------------------------------------------- dashboardv2/public/css/scss/main.scss | 2 +- release-log.txt | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/e1524d3b/dashboardv2/public/css/scss/main.scss ---------------------------------------------------------------------- diff --git a/dashboardv2/public/css/scss/main.scss b/dashboardv2/public/css/scss/main.scss index e56173c..6f79bcf 100644 --- a/dashboardv2/public/css/scss/main.scss +++ b/dashboardv2/public/css/scss/main.scss @@ -313,7 +313,7 @@ ul { } button { &.editbutton[data-id="editButton"] { - display: none; + display: none !important; } } } http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/e1524d3b/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 14c026a..31b8e71 100644 --- a/release-log.txt +++ b/release-log.txt @@ -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)
