-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Milestone
Description
It looks like timeline is not updated in ES after we update milestones.
For example:
- create timeline without
endDate - create a milestone
- update milestone to trigger setting
endDatefor timeline here https://github.com/topcoder-platform/tc-project-service/blob/dev/src/routes/milestones/update.js#L301 - now retrieve the timeline using two ways:
- https://api.topcoder-dev.com/v4/timelines/4369 - returns timeline from DB
- https://api.topcoder-dev.com/v4/timelines/?filter=reference%3Dwork%26referenceId%3D6212 - returns the same timeline from ES
- requests from DB returns
endDateas it has been updated, and requests form the ES returnsendDate = null.
Metadata
Metadata
Assignees
Labels
No labels