-
Notifications
You must be signed in to change notification settings - Fork 13
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
chosen and multiple not working when 'dataContainer' => 'File', #42
Comments
wrapp code in tree ticks "```" |
This is a problem of |
hm, i guess the "normal" fields can not have nested serialized arrays, this could be only when using the multicolumnwizard, right? So maybe the array inside the array must be stored different? or you can escape the specialchars for the nested array when using this settings for this data container.. |
No, there is also (at least) the module wizard widget and checkbox wizard in the core - do these work? |
Just checked it: |
Design is another issue. So I fear the problem is, that file uuids are stored as binary and this simply does not work correctly when writing it to a plain PHP file. On the other hand, |
Get your point with the localconfig.php, it's just easygoing to store system-wide info here :) It seems a bit too overengineered to store that in an own database... But the problem there is not to store UUID's. I just have a dropdown of available content elements ... |
Ah sorry, misunderstood, I thought you were storing file pickers, I don't know why... |
I can't reproduce it with Contao 4.9 & MCW 3.4.9 Please post your complete code. This works:
|
works fine |
Case:
A multiselect filed at the tl_settings. In this case i want so select one or more content elements.
Behaviour
The field itself is working fine but when saving all setting inside the multicolumn wizard break. Guess the problem is saving an serialized array insinde a serialized array?
The text was updated successfully, but these errors were encountered: