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

Gantt - Task removal not tracked in changes for filtered children #11015

Open
taauntik opened this issue Mar 28, 2025 · 0 comments
Open

Gantt - Task removal not tracked in changes for filtered children #11015

taauntik opened this issue Mar 28, 2025 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@taauntik
Copy link

Forum post

Hey,

We've hit a problem with deletion of child tasks in Gantt. When child tasks are filtered out and then removed via parent deletion, they aren't appearing in project.changes.tasks.removed. This is reproducible in the https://bryntum.com/products/gantt/examples/fieldfilters/ example by doing the following:

Change % Filter to 50, reducing the visible children in "Website Design" from 4 to 1.
Right click and delete the "Website Design".
In the JS console, run gantt.project.changes.tasks.removed

The removed array has the 2 visible tasks but not the 3 filtered tasks.

Removing the filter will not show any of the deleted tasks, and the changes still only have 2 registered as removed.

Is this intended behavior? How should we collate removed tasks when saving?

@taauntik taauntik added bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer premium labels Mar 28, 2025
@matsbryntse matsbryntse added the ready for review Issue is fixed, the pull request is being reviewed label Mar 30, 2025
@isglass isglass added resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Apr 1, 2025
@isglass isglass added this to the 6.1.9 milestone Apr 1, 2025
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 large-account Reported by large customer OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

4 participants