Open chuckn0rris opened 3 years ago
There is another problem related to this issue reported here: https://www.bryntum.com/forum/viewtopic.php?f=52&t=18000&p=89095#p89095
With the data user provided it behaves as he explains. However, if I change the endDate of the task in question from: 2021-03-22T23:59:59
to 2021-03-23T00:00:00
then it works as expected.
We should probably sense 23:59:59
and round it to the midnight so that it behaves as expected.
Forum post
Copy/paste the next code into Gantt advanced demo to reproduce the issue. Open the demo. See that parent task gone left and doesn't respect
endDate
value. Try to use the JSON fromloadDataAsync
as initial data - parent task shown correct!