This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Problem with latest version (0.5.2) & wagtail 2.3 #57
Comments
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: |
wimfeijen
added a commit
to wimfeijen/wagtail-condensedinlinepanel
that referenced
this issue
Dec 7, 2019
Update edit_handlers.py to use form['field_name'].value() because I believe this to be correct in Django 2.2.8
danickfort
added a commit
to danickfort/wagtail-condensedinlinepanel
that referenced
this issue
Feb 1, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm having a quite strange issue with the latest version.
CharFields with choices are giving me a validation error of this sort:
Plus, BooleanFields appear to be showing up unchecked when editing an existing page, even though their value was True.
Thank you!!
The text was updated successfully, but these errors were encountered: