-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Transactions on Rectify #3027
Comments
I see two options we could do:
PersistedModel.rectifyChange = function(id, options, callback) { Change.rectifyModelChanges = function(modelName, modelIds, options, callback) {
From : To:
|
Hey @bajtos, Can you please give your view on this, whether transaction is something you have thought about in replication scenarios? |
Greetings. I am a college of @kobaska. Am starting work on adding options to rectify methods this week. |
@ericmorentin Great, I'm looking forward to your contribution(s)! |
Bug or feature request
Description of feature
Pass transaction through to rectifyOnSave and rectifyOnDelete functions which get called on the after save and after delete hooks.
The text was updated successfully, but these errors were encountered: