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

fix(gstore.save()): update "modifiedOn" property on entities #209

Merged
merged 1 commit into from
Dec 8, 2019

Conversation

sebelga
Copy link
Owner

@sebelga sebelga commented Dec 8, 2019

When entities have a "modifiedOn" property declared on their schema, saving the entity (with
entity.save() or gstore.save()) will update update the property with the current time.

fix #202

When entities have a "modifiedOn" property declared on their schema, saving the entity (with
entity.save() or gstore.save()) will update update the property with the current time.

fix #202
@coveralls
Copy link

Coverage Status

Coverage increased (+0.08%) to 98.295% when pulling 5e37579 on fix/add-modified-on-gstore-save into 4a7e200 on master.

@sebelga sebelga merged commit 94b74d8 into master Dec 8, 2019
@sebelga sebelga deleted the fix/add-modified-on-gstore-save branch December 8, 2019 05:45
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

Successfully merging this pull request may close these issues.

modifiedOn not automatically updating when using gstore.save
2 participants