[TYPO3-core] RFC: #9506: label uid shows not working
Steffen Kamper
info at sk-typo3.de
Mon Jan 5 14:41:23 CET 2009
Hi,
FYI: committed to 4_1 and trunk, rev 4650/4651
vg Steffen
Steffen Kamper schrieb:
> Hi,
>
> This is an SVN patch request.
>
> Type: Bugfix
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=9506
>
> Branches: trunk, 4_2, 4_1
>
> Problem:
> using uid for label in TCA ($TCA[table]['ctrl']['label'] = 'uid')
> shows "[No title]" in BE
>
> Solution:
> in getProcessedValue look at first if col is 'uid'. If it is, return the
> value, no need for loading the complete TCA of the table, as uid isn't
> part of the TCA
>
> vg Steffen
>
More information about the TYPO3-team-core
mailing list