menatwork / MultiColumnWizard

Contao Extension :: Define unlimited dca fields dynamically
http://contao.org/en/extension-list/view/MultiColumnWizard.html
28 stars 30 forks source link

fileTree has no files #250

Closed asconsulting closed 5 years ago

asconsulting commented 6 years ago

When using a fileTree element, the File Picker shows without any files. All folders are show, and files appear if you switch to File Manager in the pop-up, but nothing can be selected.

'category_image' => array
            (                   
        'label'     => &$GLOBALS['TL_LANG']['tl_iso_attribute']['attribute_category_options']['category_image'],
        'inputType' => 'fileTree',
        'eval'          => array
        (
            'fieldType'  => 'radio',
            'files'      => true,
            'filesOnly'  => true,
            'multiple'   => false
        )
            ),
            'value' => array
            (
                'label'     => &$GLOBALS['TL_LANG']['tl_iso_attribute']['attribute_category_options']['value'],
                'inputType' => 'text',
                'eval'      => array('class'=>'tl_text_2'),
            ),
            'label' => array
            (
                'label'     => &$GLOBALS['TL_LANG']['tl_iso_attribute']['attribute_category_options']['label'],
                'inputType' => 'text',
                'eval'      => array('class'=>'tl_text_2'),
            ),
            'default' => array
            (
                'label'     => &$GLOBALS['TL_LANG']['tl_iso_attribute']['attribute_category_options']['default'],
                'inputType' => 'checkbox',
                'eval'      => array('columnPos'=>2),
            ),
            'group' => array
            (
                'label'     => &$GLOBALS['TL_LANG']['tl_iso_attribute']['attribute_category_options']['group'],
                'inputType' => 'checkbox',
                'eval'      => array('columnPos'=>3),
            )
asconsulting commented 6 years ago

Button shows: change_selection

Directory structure is there, but no files: file-picker

Contao 3.5.28 Isotope 2.4.3 MultiColumnWizard 3.3.16 (tried 3.3.12 and up)

rburch commented 6 years ago

Yes, I'm having the same issue.

Total-Reality commented 6 years ago

Isn't it the same like this problem? https://github.com/menatwork/MultiColumnWizard/issues/215

zonky2 commented 5 years ago

fixed in MCW-bundle https://github.com/menatwork/contao-multicolumnwizard-bundle/issues/25