We are using bryntum gantt to visualize our schedule data but we found that the events where being forward scheduled, to prevent that we added manuallyScheduled: true flag to all our events but they are still being automatically forward scheduled. are we missing something in our configuration which would prevent the activities from being automatically forward scheduled.
We also tried changing the scheduling mode from normal to fixed duration to resolve this but to no avail.
Hi, JSON you posted is not valid and cannot be used in our demos. I am not sure what exactly is wrong, it contains 851k lines so it's hard to check all the file.
Screenshot 2023-05-31 at 11.22.05.png (89.61 KiB) Viewed 1572 times
but they are still being automatically forward scheduled.
So you see no difference if you added or not added manuallyScheduled flags for tasks?
Does it reproducible only when you use exactly attached set of data, or you see flag is ignored even if you used 2-5 tasks in a project?
Hi, JSON you posted is not valid and cannot be used in our demos. I am not sure what exactly is wrong, it contains 851k lines so it's hard to check all the file.
Screenshot 2023-05-31 at 11.22.05.png
but they are still being automatically forward scheduled.
So you see no difference if you added or not added manuallyScheduled flags for tasks?
Does it reproducible only when you use exactly attached set of data, or you see flag is ignored even if you used 2-5 tasks in a project?
My apologies i have uploaded a new dataset for you to test with,
we use this data since we are have thoroughly tested it, please find below the tasks where we found the enddate in bryntum were not matching with what we had provided in the dataset
While I am checking that, I want to clarify that manuallyScheduled allows to set manual startDate, but endDate will be calculated according to available time (calendars and other constraints). If you want to ignore project's calendar, you can set own calendar for task/resource with all time as working or any other configuration you want.
What configurations do we need to apply at the project or task level to disable any enddate calculations and use the enddate from the data the way it comes.