contao-community-alliance / contao-multicolumnwizard-bundle

Contao 4 Widget - MultiColumnWizard
GNU Lesser General Public License v3.0
12 stars 12 forks source link

text with pagePicker doesn´t works correct #28

Closed zonky2 closed 5 years ago

zonky2 commented 5 years ago

the modal view show more than pages - see screenshot

screenshot_370

            'mcw_textpp' => array
                (
                'label'         => &$GLOBALS['TL_LANG'][$strTblName]['mcw_text'],
                'exclude'       => true,
                'inputType'     => 'text',
                'eval'          => array('style'=>'width:150px','rgxp'=>'url', 'decodeEntities'=>true, 'maxlength'=>255, 'fieldType'=>'radio', 'filesOnly'=>true,),
                'wizard'        => array(array('tl_content', 'pagePicker'))
                ),
stefanheimes commented 5 years ago

The tabs are default by Contao. So i will do no change to this. Since this is Contao and not MCW. But i will take a look at the "Untitled"

zonky2 commented 5 years ago
zonky2 commented 5 years ago

pagePickeris deprecated https://github.com/contao/contao/blob/77f5076cdcda33c9fd56a1aa3f551398f59bd62b/core-bundle/src/Resources/contao/dca/tl_content.php#L1692

maybe we change automaticaly to dcaPicker ?

stefanheimes commented 5 years ago

I don't call it. It is part of Contao. So if contao makes the switch everything should be fine.

stefanheimes commented 5 years ago

Btw, correct the problem with the title.

zonky2 commented 5 years ago

News works https://github.com/contao/core-bundle/issues/1679

zonky2 commented 5 years ago

tested; works fine

stefanheimes commented 5 years ago

Done and part of version 3.4.0.