Restoring from logged activity #960
Answered
by
Gummibeer
alantucker
asked this question in
Q&A
-
Hi I need to offer the ability to restore logged activity e.g. if someone deletes a record, what's the best approach to do this? There will be instances when it's a single record or a record that has a relationship. Thanks in advance. Alan |
Beta Was this translation helpful? Give feedback.
Answered by
Gummibeer
Sep 24, 2021
Replies: 1 comment 1 reply
-
Hey, this package isn't meant to be restoration capable. You would have to write and maintain your own logic. The better solution would be event sourcing #594 which provides this out of the box. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Gummibeer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
this package isn't meant to be restoration capable. You would have to write and maintain your own logic.
The better solution would be event sourcing #594 which provides this out of the box.