Our state of the art Gantt chart


Post by paul.mather »

Hello,
Does the Gantt offer the ability to bulk create task dependencies, similar to how MS Project does it? You select multiple tasks and either press the Link selected tasks button or press Ctrl + F2?
Image
Is this available out of the box, if not, do you know if this is this something we can implement using the out of the box functions?
Many thanks
Paul


Post by marcio »

Hey Paul,

We're happy to share that we have that being released soon in v5.3, check the ticket here for updates https://github.com/bryntum/support/issues/5846

Best regards,
Márcio

How to ask for help? Please read our Support Policy


Post by paul.mather »

Thanks for the update Márcio, this is great to hear.
Will this feature be added to the task menu by default / just a config option to enable etc.?
Many thanks
Paul


Post by mats »

Most likely it will be behind a feature flag, opt-in yes.


Post by paul.mather »

Thanks Mats


Post by thamismedina »

Hello, is this feature available for scheduler pro? i mean is possible to select multiple tasks and link them as dependencies in scheduler pro?


Post by johan.isaksson »

Hi,

The menu items are only available in Gantt, there is no built in automatic way of doing in Scheduler Pro. But you could easily add a button to your toolbar or a menu item to the context menu in your app and add some code to link them up there.

This guide shows how to add menu items: https://bryntum.com/products/schedulerpro/docs/guide/Scheduler/customization/contextmenu

Regarding the logic in the handler, that would be up to the app. Some iteration over schedulerPro.selectedEvents probably, and adding dependencies to schedulerPro.dependencyStore depending on your logic for it

Best regards,
Johan Isaksson

Post by thamismedina »

Oh i see, well i mannage to do it in the recurrencetab, i created dependencies between each ocurrence, that worked for me. Thanks


Post Reply