stephenmcd / filebrowser-safe

File manager for Mezzanine
Other
41 stars 104 forks source link

Filebrowser field doesnt work inside editable #140

Open nirbhasa opened 2 years ago

nirbhasa commented 2 years ago

Issue

I have this model field image = FileField(verbose_name=_("Image"), upload_to="images", format="Image", max_length=255, null=True, blank=True)

I can work around by adding AddFileBrowser.js in the editable_loader template, and adding some js to fill in the id attributes