Premium support for our pure JavaScript UI components


Post by fdyrs »

Hi,

When I do increase the lag on a predecessor, a constraint with date is wronfully added to the task:

Capture 22.JPG
Capture 22.JPG (247.23 KiB) Viewed 365 times

This does mess up our plans, and is an issue if any of the linked predecessors's plan changes.

This does not happen if the new lag does not cause a change in the start/end dates on the current task.
It does also not happen if I go to the predecessor activity instead and increases the lag on the successor.
It does also not happen if I do it via code:

gantt.dependencyStore.getById(2).setLag(14)

To me it looks like the scheduler thinks I am dragging on the current task when I am only changing the lag on the predecessor.


Post by arcady »

Reproduced. Thank you for the report!
Here is a ticket I've made for the bug: https://github.com/bryntum/support/issues/4064


Post by fdyrs »

Thank you for quick bug-fix! Tested in v5.0.0-alpha-2


Post Reply