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: Remove unused icon libraries in django-filer 3.0.0rc1 #1369

Closed fsbraun closed 1 year ago

fsbraun commented 1 year ago

Description

Testing django-filer 3.0.0rc1 revealed that for "move file" and "delete file" an outdated, unused icon library css is requested. This leads to either a 404 or a 500 (with manifest file storage).

This PR updates the relevant templates.

Related resources

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #1369 (4b20675) into master (ba24ac5) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1369   +/-   ##
=======================================
  Coverage   73.65%   73.65%           
=======================================
  Files          75       75           
  Lines        3408     3408           
  Branches      551      551           
=======================================
  Hits         2510     2510           
  Misses        727      727           
  Partials      171      171