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

STM doesn't update store changes properly #975

Closed
pmiklashevych opened this issue Jun 22, 2020 · 1 comment
Closed

STM doesn't update store changes properly #975

pmiklashevych opened this issue Jun 22, 2020 · 1 comment
Assignees
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@pmiklashevych
Copy link

https://www.bryntum.com/forum/viewtopic.php?p=73689#p73689
https://www.bryntum.com/forum/viewtopic.php?p=73690#p73690

http://lh/bryntum-suite/gantt/examples/undoredo/

  1. Delete "Run tests" task
gantt.project.taskStore.changes
// added 0
// modified 13
// removed 1
  1. Undo
gantt.project.taskStore.changes
// added 1 // expect 0
// modified 5 // expect 0
// removed 0
  1. Redo
gantt.project.taskStore.changes
// added 0
// modified 13
// removed 0 // expect 1

Снимок экрана 2020-06-22 в 10 42 56

@pmiklashevych pmiklashevych added bug Something isn't working forum Issues from forum labels Jun 22, 2020
@matsbryntse matsbryntse added the high-priority Urgent to have fixed label Jun 22, 2020
@pmiklashevych pmiklashevych self-assigned this Jun 22, 2020
@pmiklashevych
Copy link
Author

Pushed tests to '975-stm-store-changes'

@pmiklashevych pmiklashevych changed the title STM doesn't updated store changes properly STM doesn't update store changes properly Jun 23, 2020
@pmiklashevych pmiklashevych added ready for review Issue is fixed, the pull request is being reviewed and removed in progress labels Jul 3, 2020
@pmiklashevych pmiklashevych 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 Jul 27, 2020
@pmiklashevych pmiklashevych added this to the Grid 3.1.8 milestone Jul 27, 2020
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 high-priority Urgent to have fixed resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

2 participants