django-cms / django-filer

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

Actions disable when going back to directory listing with files/folders selected #1387

Closed fsbraun closed 11 months ago

fsbraun commented 11 months ago

When using the back button to get to the directory listing, action buttons are disabled despite files or folders being selected.

How to reproduce

  1. Select file
  2. Select copy icon
  3. Click cancel or use the browser's back button

Actual result

Selected file is still selected, but action buttons (such as copy) are disabled

Desired result

Selected file is still selected and action buttons are active.