Skip to content

Commit ca31eb0

Browse files
author
Vikas Agarwal
committed
Added details of original and updated phases with bus event payload
1 parent 247e20a commit ca31eb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/events/busApi.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@ module.exports = (app, logger) => {
320320
events.forEach(event => createEvent(event, {
321321
projectId,
322322
phaseId,
323+
originalPhase: original,
324+
updatedPhase: updated,
323325
projectName: project.name,
324326
userId: req.authUser.userId,
325327
initiatorUserId: req.authUser.userId,

0 commit comments

Comments
 (0)