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

Entity update event not fired when flushing explictly #764

Closed
mpe85 opened this issue Jan 8, 2020 · 1 comment
Closed

Entity update event not fired when flushing explictly #764

mpe85 opened this issue Jan 8, 2020 · 1 comment

Comments

@mpe85
Copy link
Contributor

mpe85 commented Jan 8, 2020

When doing an explicit flush() after an entity update, there is no EntityChange with type Updated fired for that entity.

See PR: #763
When the flush() is removed and the update on the entity is flushed implicitly at the end of the transaction, the event is fired.

@Tapac
Copy link
Contributor

Tapac commented Jan 11, 2020

Fixed in 762ba32.

@Tapac Tapac closed this as completed Jan 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants