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

Copy-paste outside of parent range adds an unexpected constraint #10644

Open
maartenraes opened this issue Jan 21, 2025 · 1 comment
Open

Copy-paste outside of parent range adds an unexpected constraint #10644

maartenraes opened this issue Jan 21, 2025 · 1 comment
Labels
bug Something isn't working large-account Reported by large customer OEM OEM customer

Comments

@maartenraes
Copy link

We found out thaat when 1.1 Setup web server is copied and pasted, the start dates are added to the copies as constraints.
For task 1.1.5 Run tests a constraint is set "Start no earlier than Jan 21, 2025", that's why it is not being auto scheduled to the project start date.

Removing the constraint will then automatically schedule the task to the project start date as expected, since there are no more constraints on the task.

I think the setting of the constraint on task 1.1.5 is the actual bug here, because the original task did not have a constraint. I think this was done to keep track of the start dates of the tasks it was copied from and to keep the structure of the original task sequence.

Image

@maartenraes maartenraes added bug Something isn't working large-account Reported by large customer OEM OEM customer labels Jan 21, 2025
@arcady-zherdev
Copy link

This is caused by https://bryntum.com/products/gantt/docs/api/Gantt/model/ProjectModel#config-autoSetConstraints config. It's set to true in the demo. Changing it to false should help. Please check and let us know of results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working large-account Reported by large customer OEM OEM customer
Projects
None yet
Development

No branches or pull requests

2 participants