Hi Alle,

im Listmodul möchte ich dem Redakteur zwei Felder im Selectfeld der foreign_table zur Verfügung stellen

TCA
...
'config' => array(
        'type' => 'select',
        'items' => array(
                array('keine', 0),
                ),
        'foreign_table' => 'tx_adminaddress',

        'minitems' => 0,
        'maxitems' => 1,
),
...

Jetzt wird ihm das in ext_tables.php angegebene Feld angezeigt:

$TCA['tx_adminaddress'] = array(
        'ctrl' => array(
                'title' => 'Institution',
                'label' => 'institution',
                'tstamp' => 'tstamp',
                'crdate' => 'crdate',
                'cruser_id' => 'cruser_id',
                ...

Ich würde gerne noch Nachname dazu anzeigen:

institution, lastName

Ist das möglich?

LG Laurie
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an