[TYPO3-dev] be-list-label displays id, i want referenced name

Markus Schorer ms at plain.de
Thu Jul 27 18:27:13 CEST 2006


hi again,

Dmitry Dulepov wrote:
> Hi!
> 
> Markus Schorer wrote:
>> i'm doing a plugin, that links additional info to a tt_address record.
>> i configured a column
>>                         "config" => Array (
>>                                 "type" => "group",
>>                                 "internal_type" => "db",
>>                                 "allowed" => "tt_address",
>>                                 "size" => 1,
>>                                 "minitems" => 0,
>>                                 "maxitems" => 1,
>>                         )
>>
>> now i want to use this column as "label" for listing in the BE.
>> the BE displays the uid of the referenced entry.
> 
> Read "TYPO3 core API" document, about "label" field.
> 

do i miss something? i just rechecked the docs ...

i _have_ declared my column as "label"-column (via label in ctrl section).

the point is, it displays the _content_ of the db-row (the uid of the 
tt_adress-entry), not the "linked" valued of the tt_address-record i 
want it to.
so for "edit" it does map the value to an entry in tt_address, for 
"listing" it doesn't.

markus
-- 
_______________________________________________________________________
plain GmbH        | daiserstrasse 15      | 81371 münchen
fon 089.540.149.0 | fax 089.540.149.44    | http://www.plain.de




More information about the TYPO3-dev mailing list