You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the element inspector and watch "standing_set-TOTAL_FORMS". Add a standing and then delete it again. The JS does not update the TOTAL_FORMS correctly
Repository with reproduced bug
main
Describe your issue
See how to replicate the issue above. The TOTAL_FORMS is updated incorrectly after deleting a dynamically added form. It seems to be only affecting the TabularInline, not the StackedInline.
The text was updated successfully, but these errors were encountered:
What version of Unfold are you using?
main
What version of Django are you using?
5.0.6
What browser are you using?
Chrome latest
Did you checked changelog/commit history, if the bug is not already fixed?
Yes
Did you searched other issues, if the bug is not already fixed?
Yes
Did you checked documentation?
Yes
Are you able to replicate the bug in the demo site?
https://demo.unfoldadmin.com/en/admin/formula/driver/56/change/#standing
Open the element inspector and watch "standing_set-TOTAL_FORMS". Add a standing and then delete it again. The JS does not update the TOTAL_FORMS correctly
Repository with reproduced bug
main
Describe your issue
See how to replicate the issue above. The TOTAL_FORMS is updated incorrectly after deleting a dynamically added form. It seems to be only affecting the TabularInline, not the StackedInline.
The text was updated successfully, but these errors were encountered: