Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect critical path #8435

Open
arcady-zherdev opened this issue Feb 2, 2024 · 0 comments
Open

Incorrect critical path #8435

arcady-zherdev opened this issue Feb 2, 2024 · 0 comments
Labels
bug Something isn't working forum Issues from forum

Comments

@arcady-zherdev
Copy link

arcady-zherdev commented Feb 2, 2024

Reported here: https://forum.bryntum.com/viewtopic.php?f=52&t=27833

Happens when having two levels of manually scheduled tasks:

{
    "id": 1,
    "name": "Planisware",
    "startDate": "2022-12-25",
    "endDate": "2022-12-31",
    "duration": 5,
    "expanded": true,
    "manuallyScheduled": true,
    "children": [
        {
            "id": 2,
            "name": "Overall Project Management",
            "startDate": "2022-12-26",
            "endDate": "2022-12-31",
            "duration": 4,
            "manuallyScheduled": true
        }
    ]
}

In this case ProjectModel calculates its earlyEndDate incorrectly (uses 2nd level child value only)..

Initial progress is pushed to 8435-critical-path branch.

@arcady-zherdev arcady-zherdev added bug Something isn't working forum Issues from forum labels Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum
Projects
None yet
Development

No branches or pull requests

1 participant