Bug #17772
closedHook processDatamap_afterDatabaseOperations bug with inline relations
0%
Description
I just noticed that the patch of bug 5074 doesn't fix the whole problem. The problem described in bug 5074 is solved while creating new inline relations but it isn't solved while updating child-records.
So if I change the value of a property inside a child record then the hook processDatamap_afterDatabaseOperations is executed before the changes to the child record are saved. So I'm not able to use the new value of the child record's property.
(issue imported from #M6688)
Files
Updated by Niels Pardon about 17 years ago
The issue is solved for me with the patch attached above.
Updated by Niels Pardon about 17 years ago
The patch "class.t3lib_tcemain.php.diff" is against the 4.1 branch. I also added a version for trunk.
Updated by Oliver Hader almost 17 years ago
The solution for that problem is a new hook in TCEmain: "processDatamap_afterAllOperations"
see bug #17264