Skip to content

Commit

Permalink
Merge pull request #3704 from atlanhq/revert-3698-beta-DG-1894-helper
Browse files Browse the repository at this point in the history
Revert "DG-1894 Added logic for updating modificationTimestamp and modificationBy for…"
  • Loading branch information
hr2904 authored Nov 7, 2024
2 parents 150974e + d386ea0 commit 8197a4b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,6 @@ public void setBusinessAttributes(AtlasVertex entityVertex, AtlasEntityType enti
}

if (MapUtils.isNotEmpty(updatedBusinessAttributes)) {
updateModificationMetadata(entityVertex);
entityChangeNotifier.onBusinessAttributesUpdated(AtlasGraphUtilsV2.getIdFromVertex(entityVertex), updatedBusinessAttributes);
}

Expand Down Expand Up @@ -826,7 +825,6 @@ public void addOrUpdateBusinessAttributes(AtlasVertex entityVertex, AtlasEntityT
}

if (MapUtils.isNotEmpty(updatedBusinessAttributes)) {
updateModificationMetadata(entityVertex);
entityChangeNotifier.onBusinessAttributesUpdated(AtlasGraphUtilsV2.getIdFromVertex(entityVertex), updatedBusinessAttributes);
}

Expand Down

0 comments on commit 8197a4b

Please sign in to comment.