aisayko / Django-tinymce-filebrowser

Simple django-based file uploader and viewer for TinyMCE
MIT License
35 stars 32 forks source link

No preview for previously uploaded files. #17

Open Emnalyeriar opened 7 years ago

Emnalyeriar commented 7 years ago

I somehow cannot see previously uploaded files in the popup and cannot select them for another use. I checked the filebrowser.html and I see that it iterates through images in object_list but it doesn't render the thumbnail. Any reasons why can this happen?

Emnalyeriar commented 7 years ago

I ended up overriding the filebrowser.html file and deleting the whole thumbnail and sorl.thumbnail dependency and used the original file.

aisayko commented 7 years ago

Pull request are welcome