Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fileTree has no files #250

Closed
asconsulting opened this issue Mar 9, 2018 · 4 comments
Closed

fileTree has no files #250

asconsulting opened this issue Mar 9, 2018 · 4 comments

Comments

@asconsulting
Copy link

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
Copy link
Author

asconsulting commented Mar 9, 2018

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)

@zonky2 zonky2 added the Defect label Mar 9, 2018
@zonky2 zonky2 added this to the Version 3.3 milestone Mar 9, 2018
@rburch
Copy link

rburch commented Mar 12, 2018

Yes, I'm having the same issue.

@zonky2 zonky2 modified the milestones: Version 3.3, 3.3.17 Mar 23, 2018
@Total-Reality
Copy link

Isn't it the same like this problem? #215

@zonky2
Copy link
Collaborator

zonky2 commented Jan 28, 2019

fixed in MCW-bundle menatwork/contao-multicolumnwizard-bundle#25

@zonky2 zonky2 closed this as completed Jan 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants