Skip to content

move dependencies #541

@yfdoor

Description

@yfdoor

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'],
        },

Before dragging
Image

After dragging (change task1 end date from 23 to 26)
Image

The style to look forward to (hope task2 start date auto change from 23 to 26)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions