Bug #39527
closedt3lib_transferdata::renderRecord_flexProc accepts $fieldname but does not pass it to t3lib_BEfunc::getFlexFormDS
100%
Description
As topic says, the transferData method that processes a FlexForm field for a table already accepts $fieldName which contains the lowercase_underscored database field name that wants its FlexForm content processed. However, $fieldName is not passed along to t3lib_BEfunc::getFlexFormDS (most likely because the built-in processing never required $fieldName to be filled in order to just process the data) - but, after hooks have been added to FlexForm processing in t3lib_BEfunc::getFlexFormDS and these hooks also use $fieldName, we need to pass that $fieldName from transferData through to BEfunc when processing "flex" type fields.
Behavior before: hooks always called with empty fieldname regardless of which, or how many, fields for $table required processing. Multiple hook calls would occur and there would be no way to determine which call was related to which field.
Behavior after: $fieldName transferred as parameter to all hook calls; hook methods can now use that parameter.
Fix is made for 6.0 trunk should be backported as bugfix as far back as 4.5 LTS.
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13450
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13469
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13450
Updated by Claus Witt over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a20f119fdc774ccbad1a81fde9412ebee5b5c15b.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/13470
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/13472
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/13473
Updated by Claus Witt over 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset 2bb16e8e9603433bbb648ada0931b67911ca2945.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/13682
Updated by Helmut Hummel over 12 years ago
- Status changed from Under Review to Closed
Updated by Gerrit Code Review about 12 years ago
- Status changed from Closed to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/16022
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/16022
Updated by Gerrit Code Review about 12 years ago
Patch set 3 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/16022
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20919
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20919
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20919
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/21070
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/21071
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/21072
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/21074
Updated by Wouter Wolters over 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 6d8aea81eb6ca176f517828eab0dd69f9bde14eb.