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

hasChanges event is fired excessively upon task remove when taskStore wbsMode is set to 'auto' #7962

Closed
bmblb opened this issue Nov 30, 2023 · 0 comments
Assignees
Labels
bug Something isn't working high-priority Urgent to have fixed large-account Reported by large customer OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@bmblb
Copy link

bmblb commented Nov 30, 2023

Steps to reproduce on advanced demo:

  1. collapse the tree
  2. add task above first parent task
  3. accept changes gantt.project.acceptChanges()
  4. add listener gantt.project.on({ hasChanges() { console.log('hasChanges'); } })
  5. remove first task
  6. observe ~40 hasChanges events
@bmblb bmblb added bug Something isn't working large-account Reported by large customer OEM OEM customer labels Nov 30, 2023
@matsbryntse matsbryntse added the high-priority Urgent to have fixed label Nov 30, 2023
@matsbryntse matsbryntse self-assigned this Dec 2, 2023
@matsbryntse matsbryntse changed the title hasChanges event is fired excessively on task remove hasChanges event is fired excessively upon task remove when taskStore wbsMode is set to 'auto' Dec 2, 2023
@matsbryntse matsbryntse added the ready for review Issue is fixed, the pull request is being reviewed label Dec 2, 2023
@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 Dec 4, 2023
@isglass isglass added this to the 5.6.3 milestone Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-priority Urgent to have fixed large-account Reported by large customer OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants