Actions
Bug #14724
closedlabels of radiobuttons in listview are not shown
Start date:
2005-05-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0rc1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you choose listview and select a field that is represented by radio buttons the corrsponding labels are not shown in the listview.
This can be fixed by adding the following line in the file
t3lib/class.t3lib_befunc.php
$l=$GLOBALS['LANG']->sL($l);
after the line
$l=t3lib_BEfunc::getLabelFromItemlist($table,$col,$value);
The line numbers for the various TYPO3 versions are:
Typo3 3.5.0 => 1584
Typo3 3.6.2 => 1680
Typo3 3.7.0 => 1789
Typo3 3.8 => 1793
Greets,
Thomas
(issue imported from #M1065)
Files
Updated by Sebastian Kurfuerst over 19 years ago
I can confirm that the bug exists, and the proposed change of the line (I have added a diff for convenience) works - it fixes the problem
Actions