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

Enhance Pre- and PostSave events to include the saved object’s state. #778

Merged
merged 1 commit into from
Mar 23, 2020

Conversation

michael-simons
Copy link
Collaborator

The PreSave event now indicates isNew and the PostSave event now indicates wasNew. This closes #317.

The PreSave event now indicates `isNew` and the PostSave event now indicates `wasNew`. This closes #317.
@michael-simons michael-simons merged commit 7eaae1d into master Mar 23, 2020
@michael-simons michael-simons deleted the issue/317 branch March 23, 2020 16:06
michael-simons added a commit that referenced this pull request Mar 23, 2020
…'s state.

The PreSave event now indicates `isNew` and the PostSave event now indicates `wasNew`. This closes #317.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PersistenceEvent POST_SAVE: Determine if Object was new or not
1 participant