ResponsiveFilemanager icon indicating copy to clipboard operation
ResponsiveFilemanager copied to clipboard

Sort by type is broken

Open XhcnoirX opened this issue 3 years ago • 2 comments

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.

XhcnoirX avatar May 23 '22 11:05 XhcnoirX

I have the same problem. Any solve?

dlozev avatar Jun 08 '23 16:06 dlozev

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");

tarzinio avatar Jan 10 '24 10:01 tarzinio