Page 1 of 1

[VUE 2] Scheduler pro | Dependecie goes up ?

Posted: Mon Jul 04, 2022 12:14 pm
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.


Re: [VUE 2] Scheduler pro | Dependecie goes up ?

Posted: Mon Jul 04, 2022 1:11 pm
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.


Re: [VUE 2] Scheduler pro | Dependecie goes up ?

Posted: Mon Jul 04, 2022 2:06 pm
by maxd.

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