You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it's relevant to keep storing the history/snapshot of an entity as backup that may be used latter to rollback unwanted changes.
For that a pre_update (and pre_delete) operation must be created that intercepts the storage operation and that retrieves a snapshot of the current state storing it on a different collection.
There should be a proper UI for retrieval (and inspection) of a different snapshot (snapshots collection).
The text was updated successfully, but these errors were encountered:
Description
Sometimes it's relevant to keep storing the history/snapshot of an entity as backup that may be used latter to rollback unwanted changes.
For that a
pre_update
(andpre_delete
) operation must be created that intercepts the storage operation and that retrieves a snapshot of the current state storing it on a different collection.There should be a proper UI for retrieval (and inspection) of a different snapshot (snapshots collection).
The text was updated successfully, but these errors were encountered: