django-cms / django-filer

File and Image Management Application for django
https://django-filer.readthedocs.io/
Other
1.76k stars 577 forks source link

fix: Broken action buttons in thumbnail view #1345

Closed fsbraun closed 1 year ago

fsbraun commented 1 year ago

Description

I propose this PR as an alternative to removing #1255 in #1344. It fixes the dysfunctional UI without removing functionality from the repo:

No changes are made to the python code base (and the improvements to it from #1344 would need to be added in a second PR).

Related resources

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #1345 (7541503) into master (0bbbe88) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1345   +/-   ##
=======================================
  Coverage   72.40%   72.40%           
=======================================
  Files          72       72           
  Lines        3269     3269           
  Branches      532      532           
=======================================
  Hits         2367     2367           
  Misses        735      735           
  Partials      167      167