Bug #29019
closedgetSingleField_typeFlex doesn' respect TSconfig settings
100%
Description
The Handler for Flexforms getSingleField_typeFlex doesn't respect the TSconfig settings for flexforms that have been introduced with TYPO3 4.5.
This is due to the fact that it calls $flexFormHelper->modifyFlexFormDS with the wrong configuration array.
In line 2488 it should be
$dataStructArray = $flexFormHelper->modifyFlexFormDS($dataStructArray, $table, $field, $row, $PA['fieldConf']);
instead of
$dataStructArray = $flexFormHelper->modifyFlexFormDS($dataStructArray, $table, $field, $row, $PA['fieldConf']['config']);
to get the same behaviour as in class.t3lib_transferdata.php => renderRecord_flexProc, which does respect the settings perfectly.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I73bb1739d9b85320f00f4a228ade898d41a5df9c has been pushed to the review server.
It is available at http://review.typo3.org/4377
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I73bb1739d9b85320f00f4a228ade898d41a5df9c has been pushed to the review server.
It is available at http://review.typo3.org/4377
Updated by Susanne Moog over 13 years ago
- Status changed from New to Under Review
Updated by Andreas Wolf about 13 years ago
As said on Gerrit, I can't reproduce the bug behind this. The following configuration will override the sheet title and add a new item to the first select list in the tt_news plugin:
TCEFORM.tt_content.pi_flexform.9 { sDEF { sheetTitle = New sheet title ascDesc = desc what_to_display.addItems { new_key = New label } } }
Updated by Jo Hasenau about 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1bff1530399141de662331199ad8f617819db9f3.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed