Skip to content

Commit 1058a16

Browse files
author
vikasrohit
authored
Merge pull request #2720 from appirio-tech/hotfix/customer_not_able_to_see_messages_rca
Github issue#2718, Unable to load messages for customers
2 parents 00698ea + 4540c5b commit 1058a16

File tree

1 file changed

+1
-1
lines changed
  • src/projects/detail/components/timeline/Timeline

1 file changed

+1
-1
lines changed

src/projects/detail/components/timeline/Timeline/Timeline.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 } } },

0 commit comments

Comments
 (0)