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

inputType "listWizard" wird nicht gespeichert #99

Open
Total-Reality opened this issue Jan 16, 2021 · 2 comments
Open

inputType "listWizard" wird nicht gespeichert #99

Total-Reality opened this issue Jan 16, 2021 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Total-Reality
Copy link

Felder vom Typ listWizard werden innerhalb des MCW zwar korrekt dargestellt, aber die Einträge werden nicht gespeichert.
Die Frage ist, ob man das überhaupt benötigt. Ich habe es bisher noch nie gebraucht, aber man weiß ja nie?

Solltet ihr das hinbekommen, dass es funktional gemacht wird, dann müsste man sich anschließend wahrscheinlich noch überlegen wie man es optisch besser gestaltet.

Mein Code:

$GLOBALS['TL_DCA'][$strTblName]['fields']['mcwtest2'] = array
(
    'exclude'   => true,
    'inputType' => 'multiColumnWizard',
    'eval'      => array
    (
        //'columnsCallback' => array('tl_mcw_test', 'getTestFields'),
        'columnFields' => array
        (
          'text' => array
          (
            'label'              => 'text',
            'default'            => 'Bla',
            'inputType'          => 'text',
            'eval'               => array('maxlength'=>5, 'style'=>'width:50px', 'readonly'=>true) //, 'nospace'=>true, 'trailingSlash'=>true
          ),
          'listWizard' => array
          (
            'label'              => 'listWizard',
            'inputType'          => 'listWizard'
          ),
          'tableWizard' => array
          (
            'label'              => 'tableWizard',
            'inputType'          => 'tableWizard'
          ),
      ),
    ),
    'sql'       => "blob NULL"
);
@zonky2 zonky2 added the bug Something isn't working label Jan 16, 2021
@zonky2 zonky2 added this to the 3.4.x milestone Jan 16, 2021
@zonky2
Copy link
Contributor

zonky2 commented Jan 16, 2021

@stefanheimes: kann ich bestätigen...

@zonky2
Copy link
Contributor

zonky2 commented Jan 17, 2021

@zonky2 zonky2 modified the milestones: 3.4.x, 3.5.x Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants