Our pure JavaScript Scheduler component


Post by filipirafael »

Hello there, what's up?

We have a constrained type "startnolaterthan" with the start date of each event and when I try to connect from finish to start to an event with start date before this event, we have a scheduler conflict modal and it's correct, no problem, because works normally. But, we just want to disable this modal because the flow restriction is correct and when a user tries to connect an event with another event with startDate before it, the scheduler doesn't have to show the modal, it just doesn't connect, you know?

Follow screenshots:

https://ibb.co/TkBgFPm
https://ibb.co/fSm9432


Post by alex.l »

Hi filipirafael,

There is an event that you can subscribe on and handle conflict resolution in scenario you need.
https://bryntum.com/products/gantt/docs/api/Gantt/model/ProjectModel#event-schedulingConflict

All the best,
Alex


Post Reply