[TYPO3-core] RFC #10782: Bug: Copying Datasets with related data start- and endtime is recalculated

Niels Pardon mail at niels-pardon.de
Wed Jun 24 15:42:36 CEST 2009


You can use the attached extension to test the bug.

Install the attached extension through the extension manager.

In Web > List module create a new record of type "Test". Give this
record the title "parent". Add a child record via IRRE with the title
"child" and set the starttime of the child record. Save the parent record.

Now create a copy of the parent record. You will see that both the
parent and the child record are copied. Open the copy of the child record.

You will see that before the patch is applied the starttime of the copy
of the child record differs from the original child record (depends
whether you are in UTC timezone or not).

Apply the patch and do the whole procedure again. You will see that this
time the starttime of the copy of the child record does not differ from
the original child record.

Greets,

Niels


Niels Pardon schrieb:
> This is an SVN patch request.
> 
> Type: Bugfix
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=10782
> 
> Branches:
> TYPO3_4-1, TYPO3_4-2 & trunk
> 
> Problem:
> If you have a parent record with an IRRE relation having datetime-fields
> the timestamp of those fields changes while copying the parent record.
> The problem is that the transformations are processed on the related record.
> 
> Solution:
> Prevent processing transformations on the related record while copying
> the parent record.
> 



More information about the TYPO3-team-core mailing list