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.
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?