You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marking this as done because there is a way to work around this. We don't need to warn people any more because all initiatives, even those without timing, can be shown with unknown status.
var initiatives = this.initiativesWithTimedEpics.filter( (i) => {
return i.team.start < i.team.due;
})
We remove initiatives with no start or end date .... we should let people know
The text was updated successfully, but these errors were encountered: