wardi / django-filebrowser-no-grappelli

django-filebrowser for default Django admin site. Based on https://github.com/sehmaschine/django-filebrowser v3.1 (before it was in git) Consider using https://github.com/smacker/django-filebrowser-no-grappelli which is based on a newer version
Other
150 stars 114 forks source link

FileBrowserField does not work for inline fields in admin #50

Open ethifus opened 11 years ago

ethifus commented 11 years ago

Selecting file for FileBrowserField opens window with files but does not close it on selection. It also does not insert file path to widgets input.

It does not work only for dynamically added forms.