You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe It might worth adding in that case specific events before the data is saved into the DB, so some custom code can alter the data and maybe even reject the change ?
Currently notifications are triggered when the resource method is executed.
For batch requests, if one of the sub-requests fails, the whole batched is rolledback. However the events are still triggered.
The events should be triggered when the batch transaction is committed.
This will also affect performance since only one event per collection will be triggered for a batch request.
The text was updated successfully, but these errors were encountered: