Skip to content

Commit

Permalink
Merge pull request #2554 from atlanhq/hotfix/arshi/PLT-373
Browse files Browse the repository at this point in the history
Fix updatedBy field in event stream
  • Loading branch information
aarshi0301 authored Dec 6, 2023
2 parents 8411693 + c7db88d commit e88b8a8
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 e88b8a8

Please sign in to comment.