My model consists of an Employee entity with an 1-1 relation to a Picture entity.
The picture is uploaded in a popup and has a default save button.
I change something in the employee field, but do not save it. I open the popup to change the picture and save it. The changes I made in the employee page are now also committed.
I did not expect that, does saving an associated object also saves it's parent object?
And the other way around, does saving a object also commit the changes in his associated objects?