File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/projects/detail/components/timeline/Timeline Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ class Timeline extends React.Component {
111111 key = "notifications-reader"
112112 id = { `phase-${ phaseId } -timeline-${ timeline . id } ` }
113113 criteria = { [
114- { eventType : EVENT_TYPE . PROJECT_PLAN . TIMELINE_ADJUSTED , contents : { timeline : { id : timeline . id } } } ,
114+ { eventType : EVENT_TYPE . PROJECT_PLAN . TIMELINE_ADJUSTED , contents : { updatedTimeline : { id : timeline . id } } } ,
115115 { eventType : EVENT_TYPE . PROJECT_PLAN . MILESTONE_ACTIVATED , contents : { timeline : { id : timeline . id } } } ,
116116 { eventType : EVENT_TYPE . PROJECT_PLAN . MILESTONE_COMPLETED , contents : { timeline : { id : timeline . id } } } ,
117117 { eventType : EVENT_TYPE . PROJECT_PLAN . WAITING_FOR_CUSTOMER_INPUT , contents : { timeline : { id : timeline . id } } } ,
You can’t perform that action at this time.
0 commit comments