-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
state is changed after save was rejected #354
Comments
I understand that this is intentional behaviour, but it doesn't feel right. For example I need to do rollback after rejection. In this scenario I need additional invoke model.rollbackAttributes |
Thanks for reporting! Are you suggesting we should track error states and rollback attributes? |
It would be nice rollback attributes if save was not succeed |
@AleksandrBorovkov Call |
* #unexecute to revert changes from #save close #354 * CHANGELOG 3.10.4 * fix test * update github workflow * fix test
Version
2.1.1
Steps to reproduce
Perform changeset.save(). Save was rejected.
Howewer dirty changes applied to changeset model.
The text was updated successfully, but these errors were encountered: