crccheck / django-object-actions

A Django app for easily adding object tools in the Django admin
https://pypi.org/project/django-object-actions/
Apache License 2.0
680 stars 82 forks source link

Preserve List Filters #83

Open WarToaster opened 7 years ago

WarToaster commented 7 years ago

Is there a way to redirect an user after he clicked on an action and preserve applied filters?

Any help would be appreciated :)

crccheck commented 7 years ago

I don't think that's something that can be handled with django-object-actions. You could store Admin form state in localStorage.

WarToaster commented 6 years ago

Thanks for the work on it, but it doesn't quite seem fixed. The newest Pypi release still got the old templates files, and all list filters still get dropped anyway.

Here's my current workaround: