Closed mjauvin closed 6 months ago
@lex0r can you test if this resolves the issue?
How does this handle the parent record being soft deleted?
It doesn't... I'll apply conditionally in afterModelDelete() then.
@LukeTowers that should address the softdelete concern.
Is there a way that we can support deleting the data when a softdeleted record is permanently deleted?
Is there a way that we can support deleting the data when a softdeleted record is permanently deleted?
Good point. That should do it.
Just waiting on @lex0r to test and confirm and this should be good to merge.
Thanks @mjauvin, great job!
@lex0r it would really be appreciated if you could test this in your environment so we can get this merged.
Thanks!
Hi @mjauvin Sorry for the delay, it works for me and thanks for the fix!
Fixes #12