Our pure JavaScript Scheduler component


Post by maxd. »

Hello team,

When i fill the depencies array to link events together non-continuous dependencies go up, (no change about start date / end date)

I read documentation looking at some parameters I missed, several tries without success.
Below an illustration ... Thanks for help :-)

Max.

Attachments
Scheduler Pro Depencie goes up - Google Chrome.png
Scheduler Pro Depencie goes up - Google Chrome.png (139.93 KiB) Viewed 287 times

Post by mats »

If events are linked, the underlying engine tries to schedule tasks As-Soon-As-Possible. If you don't want a task to be automatically scheduled this way, you can set it to be https://bryntum.com/docs/scheduler-pro/api/SchedulerPro/model/EventModel#field-manuallyScheduled in your data.


Post by maxd. »

That's it, working like a charm.
I knew that I had missed a parameter ... Sorry for the inconvenience.


Post Reply