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

Support for FileField (and ImageFileField)

Open rafaponieman opened this issue 7 years ago • 1 comments

Currently getting:

TypeError
Object of type 'ImageFieldFile' is not JSON serializable

Starts on condensedinlinepanel/edit_handlers.py

Line 43 return super(WagtailJSONEncoder, self).default(o) 

rafaponieman avatar Feb 09 '18 15:02 rafaponieman

I'm facing this exact issue with a bare FileField. Is there any workaround?

myornet avatar Sep 28 '18 02:09 myornet