Feature #35337
closedHook Request for t3lib_transferData
0%
Description
I need to dynamically change or set the value of some fields for the new records depending of their parent record.
Particularly from the inline type of form element.
I need a pre process hook in t3lib_transferData->renderRecord.
The patch set will follow.
Updated by Laurent Cherpit over 12 years ago
Updated by Wouter Wolters over 11 years ago
- Status changed from New to Under Review
Updated by Gerrit Code Review almost 10 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/10068
Updated by Gerrit Code Review almost 10 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/10068
Updated by Gerrit Code Review over 9 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/10068
Updated by Gerrit Code Review over 9 years ago
Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/10068
Updated by Gerrit Code Review over 9 years ago
Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/10068
Updated by Christian Kuhn about 9 years ago
- Status changed from Under Review to Rejected
This patch was rejected in favor of #69568 where the dataPreprocessor is substituted by a much more flexible construct.