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

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

Reply via email to