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 180 forks source link

updateInlineLabel is not called for newly added stacked inlines #299

Open andylolz opened 2 years ago

andylolz commented 2 years ago

If I click the “add another” button for a stacked inline, the label is not incremented correctly: Screenshot 2022-02-28 at 13 38 50

It looks like django does this by sequentially calling updateInlineLabel, but that is only called once when using this plugin.