wagtail-condensedinlinepanel icon indicating copy to clipboard operation
wagtail-condensedinlinepanel copied to clipboard

Problem with latest version (0.5.2) & wagtail 2.3

Open rafaponieman opened this issue 6 years ago • 4 comments

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!!

rafaponieman avatar Nov 30 '18 17:11 rafaponieman

Also hitting this myself, rather annoying as it breaks our form page.

@kaedroho would this be a python or react code issue?

unexceptable avatar Jan 31 '19 02:01 unexceptable

I'm facing the same fatal bug

jorenham avatar Feb 07 '19 11:02 jorenham

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.

wimfeijen avatar Dec 07 '19 19:12 wimfeijen

@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)

danickfort avatar Feb 01 '22 14:02 danickfort