Feature #39327
closedFunction to get correct item label including TsConfig value
100%
Description
The function t3lib_befunc::getLabelFromItemlist() gets you the label of a tca field in the backend. This works nicely but problem is that the label can be changed with TsConfig with something like
TCEFORM.tt_content.section_frame { addItems.100 = New item altLabels.1 = Change me }
Also new items are not currently handled at all, see the related issues.
The new function will take care of that and makes it possible to change the core to use that.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13098
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/13098
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13098
Updated by Gerrit Code Review over 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13098
Updated by Georg Ringer over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c2d437e015fec88ce97a6b5ef8c05010c3d826ed.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed