Premium support for our pure JavaScript UI components


Post by jandresampaio »

Hi,

We've been trying to work around the issue of tasks assuming the same date of project start date, and we found the same issue in other thread: https://forum.bryntum.com/viewtopic.php?f=52&t=13695&start=10

Our scenario is the same as the mentioned ticket above. Tasks are created elsewhere, but then users go to Gantt and see all the tasks starting on the same date (project's start date).

Normally users use dependencies after the tasks are created (with approximate dates), so following your options, and our issues:

dependencies -dependent task cannot start before its ancestor is finished - users normally only use it after the gantt tree is built
constraints (for example 'muststarton') - this won't allow for the start date to be changed after loading data
manuallyScheduled:true - this prevents dependencies from working, i.e, start dates won't change when user adds or removes a dependency

Are we missing something here? In previous Gantt ExtJS we have the required scenario working, maybe because of some bug allowing it or other related configuration.

Thank you.


Post by mats »

The old Gantt version had this mode yes. We have tickets open to add a new 'brainless' mode to just use the Gantt as a visualization tool. We hope to complete this in Q3.


Post Reply