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

Meta Models Filetree bei Multi-Column-Wizard #91

Closed
btosh82 opened this issue Nov 5, 2020 · 6 comments · Fixed by #92
Closed

Meta Models Filetree bei Multi-Column-Wizard #91

btosh82 opened this issue Nov 5, 2020 · 6 comments · Fixed by #92
Assignees
Labels
bug Something isn't working
Milestone

Comments

@btosh82
Copy link

btosh82 commented Nov 5, 2020

Hallo,

bei der Erstellung eines Custom Multi-Column-Elements mit Meta Models bleibt die Ausgabe im Backend leer.

Contao Version 4.4.54
Multi-Column-Wizard 3.4.7
metamodels/attribute_tablemulti Version 2.1.2

Meine Config:

<?php

$GLOBALS['TL_CONFIG']['metamodelsattribute_multi']['mm_vehicle']['mc_vehicle_plans'] = array(
    'tl_class'     => 'clr',
    'minCount'     => 0,
    'maxCount'     => 20,
    'columnFields' => array(        
        'col_image' => array(
            'label'     => 'Grundriss',
            'exclude'   => true,
            'inputType' => 'fileTree',
            'eval'      => array
            (
                'fieldType'=>'radio', 
                'files'=>true, 
                'filesOnly'=>true, 
                'extensions'=>\Contao\Config::get('validImageTypes'),
                'mandatory' => true,
            ),
            'sql'		=> 'blob NULL'
        ),        
        'col_caption' => array(
            'label'     => 'Bildunterschrift',
            'exclude'   => true,
            'inputType' => 'text',
            'eval'      => array
            (
                'style'=>'width:300px',
                'maxlength'=>100, 
            )
        ),
    ),
);

Vielen Dank.

@zonky2
Copy link
Contributor

zonky2 commented Nov 6, 2020

zur Sicherheit das Ganze mit meinem Testcase in C4.4 und C4.9 eingebaut - kann keinen Fehler finden https://easycaptures.com/fs/uploaded/1511/7777882822.png

7777882822

Link zum Forum: https://community.contao.org/de/showthread.php?79337-Meta-Models-Filetree-bei-Multi-Column-Wizard&p=534596#post534596

@zonky2 zonky2 added the help wanted Extra attention is needed label Nov 6, 2020
@zonky2 zonky2 added this to the 3.4.9 milestone Nov 6, 2020
@discordier
Copy link
Member

@zonky2 Bitte screenshots direkt in github per copy&paste in den Kommentar packen... dein easycaptures tut immer mal wieder nicht (hier kommt sogar ein 404), dann haben wir die Infos persistent beisammen.

@zonky2
Copy link
Contributor

zonky2 commented Nov 9, 2020

easycapture geht schon, wenn man den Link richtig setzt und nicht aus dem Forum kopiert ;-)

@zonky2 zonky2 added bug Something isn't working and removed help wanted Extra attention is needed labels Nov 9, 2020
@discordier
Copy link
Member

Bekomme immer noch einen 404...

@zonky2
Copy link
Contributor

zonky2 commented Nov 9, 2020

ich nicht - habs eingefügt...

@zonky2
Copy link
Contributor

zonky2 commented Nov 9, 2020

@zonky2 zonky2 closed this as completed Nov 9, 2020
@discordier discordier linked a pull request Nov 9, 2020 that will close this issue
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
5 participants