You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know how it happened, but 4 years ago an svg file was uploaded using filer and it was stored in database as a File and not an Image object. (still has `'image/svg+xml' mime though)
Since "recent" modifications of filer, this situation make filer crash when trying to list the folder with this file.
I don't know how it happened, but 4 years ago an svg file was uploaded using filer and it was stored in database as a File and not an Image object. (still has `'image/svg+xml' mime though)
Since "recent" modifications of filer, this situation make filer crash when trying to list the folder with this file.
It crash here
django-filer/filer/models/filemodels.py
Line 361 in 58b017d
because the
expand
admin url, does not exists in FileAdmin here:django-filer/filer/admin/fileadmin.py
Line 202 in 58b017d
Because the URL exists in ImageAdmin, and in normal scenario a SVG file is stored as an Image, it doesn't fail.
The text was updated successfully, but these errors were encountered: