[TYPO3-core] RFC: Bugfix #5683: hr processing of label field in backend
Daniel Pötzinger
poetzinger at aoemedia.de
Fri Nov 9 16:31:01 CET 2007
+1
Hey thanks!
Just tested the new patch for trunk (4.2) and it works.
Uploaded new version of testextension to the bug. Where you can see it
works now with label_alt and also recursive.
----
Only comment:
'label' => 'title',
'label_alt' => 'title,relation',
'label_alt_force' => '1',
what do you expect this code does?
Well it results in a label like that:
'title,title,relation'
in listviews. This means the "label" is always before "label_alt" if
label_alt_force is set.
This was also behaviour in version 4.0 - so i think it is ok. Just want
to point this out, cause in Core API this is not cleare specified.
More information about the TYPO3-team-core
mailing list