-
Notifications
You must be signed in to change notification settings - Fork 10
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
Specify to cascade mark as deleted #1
Comments
@bostjanpisler you mean set deletedAt property for current model and related models? |
I guess it could be an option for each related model you specify plus the current model so you can choose to delete some and just mark others. |
@bostjanpisler Thank you for reply. I will consider this issue |
Cool, it's more a feature request than an issue anyway :) Thanks. |
So guys, I'm sorry. Hope that I'll add this feature on these weekends |
…ete-mixin with loopback-softdelete-mixin
tag: high priority |
Option to just set the deletedAt property instead of deleting on the specified related models.
The text was updated successfully, but these errors were encountered: