-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Milestone
Description
Sometimes when I switch phase to in progress status, I get error in browsers console:
productsTimelines.js:133 Uncaught (in promise) TypeError: Cannot read property '-1' of undefined
at eval (productsTimelines.js:133)
at eval (index.js:11)
at eval (index.js:49)
at dispatch (applyMiddleware.js:37)
at optionallyUpdateFirstMilestone (project.js:417)
Error in the next line:
The error happens during attempt to mark the first milestone as active. After that we end up when phase is already in progress but there is no active milestone.
This error happens occasionlly.
Metadata
Metadata
Assignees
Labels
No labels

