[TYPO3-english] TCA issue TYPO3 7.6.11

Toke Herkild th at t3cms.dk
Thu Jan 12 14:32:18 CET 2017


Hi, all,

I have a little problem in that a select does not show the selected
items, TCA config:

'select_field' => array(
        'exclude' => 1,
        'label' => 'my relation,
        'config' => array(
            'type' => 'select',
            'foreign_table' => 'be_users',
            'MM' => 'tx_extensionkey_destination_target_mm',
            'MM_hasUidField' => 1,
            'MM_match_fields' => array(
                'tablenames' => 'tableName',
                'fieldname' => 'fieldName'
            ),
            'renderType' => 'selectMultipleSideBySide',
            'minitems' => 0,
            'maxitems' => 99,
        ),
    ),

I've looked in the DB and the MM table is updated, but the selected
items is not shown in BE when editing the record.

Regards,
Toke Herkild

---
Denne e-mail blev kontrolleret for virusser af Avast antivirussoftware.
https://www.avast.com/antivirus



More information about the TYPO3-english mailing list