Open developers console and try to delete any task start or task end date. There is an error in the console: Uncaught (in promise) TypeError: Cannot read properties of null (reading 'getTime') You get this error also if you try to click 'Set baseline' button again.
In addition, if there is unscheduled task in the grid (with no start date and end date) and you click set baseline for the first, time this error also appears.
I am attaching the print screen. It seems to me that baseline is not supported for unscheduled tasks.
Thank you
Attachments
Screenshot 2025-01-22 at 12.19.46.png (627.93 KiB) Viewed 142 times
Open developers console and try to delete any task start or task end date. There is an error in the console: Uncaught (in promise) TypeError: Cannot read properties of null (reading 'getTime') You get this error also if you try to click 'Set baseline' button again.
This is an application level error and it can be resolved by updating the example code to this:
In addition, if there is unscheduled task in the grid (with no start date and end date) and you click set baseline for the first, time this error also appears.