-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Milestone
Description
In our app, we have some rules, which we want applied always, when a save to database happens.
For example: set modified date.
Previously, this could easily be achieved with interceptors.
Now, with bulk updates, it seems that this logic needs to be included manually to each bulk update command.
Question: Is there a way to intercept bulk update operations currently? If not, is there a possibility for this in the future?
Thanks.
Reactions are currently unavailable