sehmaschine / django-filebrowser

Media-Management with Grappelli
http://twitter.com/sehmaschine
Other
976 stars 408 forks source link

FileBrowseField filter type empty list #323

Closed movie4 closed 7 years ago

movie4 commented 8 years ago

Hello, on project use FileBrowseField with attr 'format'

image = FileBrowseField("Image", format='image', max_length=255) When open file browser popup, url set filter_type attr and show blank files list /admin/filebrowser/browse/?pop=1&filter_type=image

if replace 'filter_type=image' to 'type=image' all work fine.

movie4 commented 7 years ago

https://github.com/sehmaschine/django-filebrowser/pull/324