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 select doesn't save #68

Closed
marcroelans opened this issue Feb 17, 2020 · 1 comment
Closed

fileTree select doesn't save #68

marcroelans opened this issue Feb 17, 2020 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@marcroelans
Copy link

marcroelans commented Feb 17, 2020

Contao: 4.4.46
Contao Manager: 1.2.3.

The file selection via the fileTree type does not work: The server returned a "400 Bad Request".

'images' => [
        'label' => &$GLOBALS['TL_LANG']['tl_nm_news']['images'],
        'exclude' => true,
        'inputType' => 'multiColumnWizard',
        'eval' => [
          'columnFields' => [
            'image' => [
              'label' => ['Bild'],
              'exclude' => true,
              'inputType' => 'fileTree',
              'eval' => [
                'filesOnly' => true,
                'fieldType' => 'radio',
              ]
            ]
          ]
        ],
        'sql' => 'blob NULL'
      ],
@zonky2
Copy link
Contributor

zonky2 commented Feb 19, 2020

@zonky2 zonky2 added the question Further information is requested label Feb 19, 2020
@zonky2 zonky2 added duplicate This issue or pull request already exists and removed question Further information is requested labels Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants