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
753 stars 179 forks source link

prevent tabular inline items from being moved beyond the last item #332

Closed philippbosch closed 1 year ago

philippbosch commented 2 years ago

Before this proposed change it was possible in a tabular inline to move items beyond the last item, i.e. after the empty extra rows for new items or even after the row with the "Add another chapter" link.

BEFOREAFTER