-
Couldn't load subscription status.
- Fork 1.2k
Open
Description
Just started using this great project, but when using 'Auto Move', I found a problem that was not what I expected. Not sure if this feature is supported or if there is a problem with my configuration?
Setup:
move_dependencies: true,
{
id: 'task1',
name: 'task1',
start: '2024-07-21',
end: '2024-07-23',
progress: 40,
},
{
id: 'task2',
name: 'task2',
start: '2024-07-23',
end: '2024-07-25',
progress: 30,
dependencies: ['task1'],
},
{
id: 'task3',
name: 'task3',
start: '2024-07-26',
end: '2024-07-28',
progress: 10,
dependencies: ['task2'],
},
After dragging (change task1 end date from 23 to 26)

The style to look forward to (hope task2 start date auto change from 23 to 26)
Metadata
Metadata
Assignees
Labels
No labels

