jrief / django-admin-sortable2

Generic drag-and-drop ordering for objects in the Django admin interface
https://django-admin-sortable2.readthedocs.io/en/latest/
Other
770 stars 181 forks source link

Django popup when using list action: You have unsaved changes on individual editable fields. #397

Open AlTosterino opened 5 months ago

AlTosterino commented 5 months ago

Hello!

We are using django-admin-sortable2 for our models. When we change the order using drag-and-drop, select couple of models by checkboxes and use lista action (for example: Delete selected... -- Django is showing a popup: You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.

See example video:

https://github.com/jrief/django-admin-sortable2/assets/25869901/30748ca3-a902-4774-8b47-8ec93d66c534

Is there anything we can do to prevent that?