Skip to content

Commit 99276a6

Browse files
committed
issue topcoder-platform#72 - connect.action.timeline.adjusted is not handled
1 parent 2aa56f9 commit 99276a6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

connect/constants.js

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ module.exports = {
5454
MILESTONE_ACTIVATED: 'connect.action.timeline.milestone.transition.active',
5555
MILESTONE_COMPLETED: 'connect.action.timeline.milestone.transition.completed',
5656
WAITING_FOR_CUSTOMER_INPUT: 'connect.action.timeline.milestone.waiting.customer',
57+
TIMELINE_ADJUSTED: 'connect.action.timeline.adjusted',
5758
},
5859
TOPIC: {
5960
CREATED: 'notifications.connect.project.topic.created',

connect/events-config.js

+3
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@ const EVENTS = [
191191
}, {
192192
type: BUS_API_EVENT.CONNECT.PROJECT_PLAN.WAITING_FOR_CUSTOMER_INPUT,
193193
projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER, PROJECT_ROLE_MEMBER],
194+
}, {
195+
type: BUS_API_EVENT.CONNECT.PROJECT_PLAN.TIMELINE_ADJUSTED,
196+
projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER, PROJECT_ROLE_MEMBER],
194197
}
195198
];
196199

0 commit comments

Comments
 (0)