wagtail-condensedinlinepanel
wagtail-condensedinlinepanel copied to clipboard
Problem with latest version (0.5.2) & wagtail 2.3
I'm having a quite strange issue with the latest version.
CharFields with choices are giving me a validation error of this sort:
Select a valid choice. ['bottom-right'] is not one of the available choices.
Plus, BooleanFields appear to be showing up unchecked when editing an existing page, even though their value was True.
Thank you!!
Also hitting this myself, rather annoying as it breaks our form page.
@kaedroho would this be a python or react code issue?
I'm facing the same fatal bug
Hi.
Just wanted to let you know that this occurs with Wagtail 2.7 + condensedinlinepanel 0.5.2 as well, unfortunately. I am using Django 2.2.8.
In addition: I believe this has to do with django passing form entries as a list ['my_value'], which is converted to a string at some time, which gives the error. Opening the condensed form solves the error, meaning the error only occurs in condensed forms.
@kaedroho Could you please solve this issue using wimfeijen's PR https://github.com/wagtail/wagtail-condensedinlinepanel/pull/75 ? It would also resolve https://github.com/wagtail/wagtail-condensedinlinepanel/issues/60 (same issue)