Why forcedeleting an already soft deleted model triggers a delete (and the related events) as well? #54699
Unanswered
Carnicero90
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Because soft deleting is done via a trait that calls the normal delete on forceDelete with a flag forceDeleting true. see this related situation: |
Beta Was this translation helpful? Give feedback.
0 replies
-
I looked at the source code and I do understand how its implemented, my question was more about the "why", since it doesn't make all that much sense to me |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
"Deleting" an already deleted event seems quite odd to me, so I was wondering what's the reason behind that choice.
Beta Was this translation helpful? Give feedback.
All reactions