Skip to content

Commit

Permalink
Merge pull request #73 from maxceem/issue-72
Browse files Browse the repository at this point in the history
issue #72 - connect.action.timeline.adjusted is not handled
  • Loading branch information
vikasrohit authored Oct 23, 2018
2 parents 2aa56f9 + 99276a6 commit fff088c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions connect/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module.exports = {
MILESTONE_ACTIVATED: 'connect.action.timeline.milestone.transition.active',
MILESTONE_COMPLETED: 'connect.action.timeline.milestone.transition.completed',
WAITING_FOR_CUSTOMER_INPUT: 'connect.action.timeline.milestone.waiting.customer',
TIMELINE_ADJUSTED: 'connect.action.timeline.adjusted',
},
TOPIC: {
CREATED: 'notifications.connect.project.topic.created',
Expand Down
3 changes: 3 additions & 0 deletions connect/events-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ const EVENTS = [
}, {
type: BUS_API_EVENT.CONNECT.PROJECT_PLAN.WAITING_FOR_CUSTOMER_INPUT,
projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER, PROJECT_ROLE_MEMBER],
}, {
type: BUS_API_EVENT.CONNECT.PROJECT_PLAN.TIMELINE_ADJUSTED,
projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER, PROJECT_ROLE_MEMBER],
}
];

Expand Down

0 comments on commit fff088c

Please sign in to comment.