Does the Save Model action in the action frame performs save when there are no changes to the model? Does Skuid ignore save when there are no changes?
I only want to perform the save when there are changes. Wonder if I need to use a custom snippet to specifically check if model.hasChanged and then perform the save. I will need to handle rollback in that custom snippet. So I prefer not to do that.
Can you please confirm?
Thanks!