Django-tinymce-filebrowser icon indicating copy to clipboard operation
Django-tinymce-filebrowser copied to clipboard

No preview for previously uploaded files.

Open Emnalyeriar opened this issue 8 years ago • 2 comments

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 avatar Jan 08 '17 14:01 Emnalyeriar

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

Emnalyeriar avatar Jan 08 '17 15:01 Emnalyeriar

Pull request are welcome

aisayko avatar Jan 08 '17 17:01 aisayko