trippo / ResponsiveFilemanager

Completely Responsive Filemanager with integration for tinyMCE,CKEditor and CLEditor editor
http://responsivefilemanager.com
Other
808 stars 368 forks source link

Sort by type is broken #688

Open XhcnoirX opened 2 years ago

XhcnoirX commented 2 years ago

When using the sort by type option, all files of the same type end up with the same filename & preview thumbnail in the file manager window. Changing the sort by option to a different value does not revert this.

dlozev commented 1 year ago

I have the same problem. Any solve?

tarzinio commented 5 months ago

I, unfortunately, work on a minified file (I will be changing it soon), but the error is here: https://github.com/trippo/ResponsiveFilemanager/blob/master/resources/assets/js/include.js#L2439 value = value + "a" + _this.find('h4 a').attr('data-file'); to value = value + "a" + _this.find('a[data-file]').data("file");