You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
taauntik opened this issue
Mar 28, 2025
· 0 comments
Assignees
Labels
bugSomething isn't workingforumIssues from forumlarge-accountReported by large customerOEMOEM customerpremiumresolvedFixed but not yet released (available in the nightly builds)
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?
The text was updated successfully, but these errors were encountered:
bugSomething isn't workingforumIssues from forumlarge-accountReported by large customerOEMOEM customerpremiumresolvedFixed but not yet released (available in the nightly builds)
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?
The text was updated successfully, but these errors were encountered: