I think it saves always. If build a custom save button however, you can call a java action which checks whether an object has changed with the following code:
anyobject.isChanged()
which returns a boolean. (I'll make sure an default action is available community commons release).
I think it saves always. If build a custom save button however, you can call a java action which checks whether an object has changed with the following code:
anyobject.isChanged()
which returns a boolean. (I'll make sure an default action is available community commons release).