Our state of the art Gantt chart


Post by shaveta »

Hi,

I have added Set/Show Baseline buttons in Advance Gantt example. How can i record the SetBaseline event as we already have taskstore registered? i have tried below code but assuming i am missing something

const stm = gantt.project.stm;
        stm.startTransaction();
        this.updateUndoRedoButtons();

Post by saki »

Recording baseLine is currently not supported but have a ticket on it: https://github.com/bryntum/support/issues/336


Post by shaveta »

saki wrote: Wed Sep 23, 2020 10:10 am

Recording baseLine is currently not supported but have a ticket on it: https://github.com/bryntum/support/issues/336

Ok Thanks!! Any idea if it is coming in next release?

Are you going to add https://www.bryntum.com/examples/gantt-for-extjs/kitchensink/#examples/assigningresources in bryntum gantt ?


Post by mats »

It's a pretty big change so likely it won't be until 4.1.0 release.

Yes that's the plan.


Post by shaveta »

saki wrote: Wed Sep 23, 2020 10:10 am

Recording baseLine is currently not supported but have a ticket on it: https://github.com/bryntum/support/issues/336

Is there a patch that i can use for now to update the stm manager on change of baseline?


Post by alex.l »

Hi shaveta,

It's a big task, unfortunately there is no quick workaround that I may suggest you.

All best,
Alex

All the best,
Alex


Post Reply