der-On / Contao-MetaModels-OpenImmo

This is a module for the cms contao (www.contao.org) wich allows import of OpenImmo-Data (www.openimmo.de) into the cms with the use of the MetaModels-module.
9 stars 5 forks source link

[1.1.0] DCA anpassen #8

Closed zonky2 closed 8 years ago

zonky2 commented 8 years ago

in tl_metamodels_openimmo "submitOnChange" bei metamodel hinzufügen

        'metamodel' => array
        (
            'label'                   => &$GLOBALS['TL_LANG']['tl_metamodels_openimmo']['metamodel'],
            'exclude'                 => true,
            'inputType'               => 'select',
            'foreignKey'              => 'tl_metamodel.name',
            'eval'                    => array('mandatory'=>true, 'maxlength'=>64, 'submitOnChange' => true)
        ),
der-On commented 8 years ago

Bitte mache einen Pull Request.

zonky2 commented 8 years ago

gefixt