Premium support for our pure JavaScript UI components


Post by jonrs »

Hi
We are working with a setup where we use Manually scheduled subtasks and resources. When we add a depency we want them to move to the new startDate without rearranging them internally.
Is there an easy way to do this, or will I have to manually move them with listeners and setting new dates?

The first image shows two tasks(ManuallyScheduled = false) with a subtask(ManuallyScheduled = true) and resource (ManuallyScheduled = true)

Before moving
Before moving
Tasks1.jpg (54.35 KiB) Viewed 48 times

The next image shows what I want to achieve.

Result
Result
Tasks2.jpg (50.58 KiB) Viewed 48 times

Thanx


Post by tasnim »

Hi,

Please read the guide here https://bryntum.com/products/gantt/docs/guide/engine/gantt_events_scheduling#manually-scheduled-events

The parent task is dependent on the subtask. As the subtask is manually scheduled it will not take any effect. So you would need to do that manually.


Post Reply