[TYPO3-mvc] RFC #8244: Changes made to a domain object sitting at a "dirty" property won't get persisted

Jochen Rau jochen.rau at typoplanet.de
Wed Jun 16 22:25:34 CEST 2010


This is an SVN patch request.

Type: Bugfix

Bugtracker references:
http://forge.typo3.org/issues/8244

Problem:
If the data of a Domain Object is altered, the field of the parent table gets updated but the Domain Object itself not. This is because the Domain Object is only added to the queue if it is new.

Solution:
The solution is to add it to the queue if the parent property is dirty regardles of its state of the domain object.

See the link above for the patch v1.

Regards
Jochen


More information about the TYPO3-project-typo3v4mvc mailing list