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

SaveEntitiesCanceled action has the wrong type #3065

Closed
preda7or opened this issue Jul 6, 2021 · 1 comment · Fixed by #3079
Closed

SaveEntitiesCanceled action has the wrong type #3065

preda7or opened this issue Jul 6, 2021 · 1 comment · Fixed by #3079
Labels
Accepting PRs Good First Issue Good issue for first-time contributor Project: Data

Comments

@preda7or
Copy link

preda7or commented Jul 6, 2021

readonly type = EntityCacheAction.SAVE_ENTITIES_CANCEL;

Two actions should not have the same type, but SaveEntitiesCancel and SaveEntitiesCancel do.

@timdeschryver
Copy link
Member

Oh, great catch!
Feel free to open a Pull Request to modify the type to SAVE_ENTITIES_CANCELED.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepting PRs Good First Issue Good issue for first-time contributor Project: Data
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants