menatwork / MultiColumnWizard

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

Bug with new row and multiple fields like color input #232

Closed zonky2 closed 7 years ago

zonky2 commented 7 years ago

Bug with new row and multiple fields e.g. with color picker

at name of new created input fields missing the array brackets

new line have ... name="mcwtest[0][mcw_text2]"... should have ... name="mcwtest[0][mcw_text2][]"...

after save input mask all o.k.

fritzmg commented 7 years ago

I currently have the problem with contao-leads export options, that I cannot create any new rows, neither with the first (duplicate) or second (add new) + button. Nothing happens and there is no JavaScript error.

Is this the same issue? @zonky2 's description is not very specific ;)

zonky2 commented 7 years ago

@fritzmg

I cannot create any new rows

pls update your MCW - or load this JS https://github.com/menatwork/MultiColumnWizard/pull/228

fritzmg commented 7 years ago

pls update your MCW

This problem happens with the versions 3.3.11 and 3.3.12. 3.3.10 works fine.

zonky2 commented 7 years ago

at 3.3.11 Github or höhere Mächte crashed the minified js

fritzmg commented 7 years ago

at 3.3.11 Github or höhere Mächte crashed the minified js

??

So a new release must/will be done?

zonky2 commented 7 years ago

just try dev-master (cca48dcc)

zonky2 commented 7 years ago

PR https://github.com/menatwork/MultiColumnWizard/pull/233