Skip to content

Commit

Permalink
Merge pull request #2567 from atlanhq/hotfix/arshi/PLT-373
Browse files Browse the repository at this point in the history
PLT-373 : Fix updatedBy field in the entity delete event
  • Loading branch information
aarshi0301 authored Dec 4, 2023
2 parents 47d7353 + c7db88d commit 97e9068
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1917,6 +1917,7 @@ private EntityMutationResponse deleteVertices(Collection<AtlasVertex> deletionCa
}
entity.setDeleteHandler(handler);
entity.setStatus(Status.DELETED);
entity.setUpdatedBy(RequestContext.get().getUser());
response.addEntity(DELETE, entity);
}

Expand Down

0 comments on commit 97e9068

Please sign in to comment.