unfoldadmin / django-unfold

Modern Django admin theme for seamless interface development
https://unfoldadmin.com
MIT License
1.94k stars 188 forks source link

Missing "Add another" button when extra is zero, and no rows exist yet #735

Closed yardensachs closed 2 months ago

yardensachs commented 2 months ago

What version of Unfold are you using? 0.38.0

What version of Django are you using? 5.1.1

What browser are you using? Chrome Version 128.0.6613.120 (Official Build) (arm64)

Did you checked changelog/commit history, if the bug is not already fixed? Yes, not fixed with latest.

Did you searched other issues, if the bug is not already fixed? Yes, not fixed with latest.

Describe your issue When "extra" is zero and no rows exist yet in the stack inline, the "Add another [...]" button is missing. This issue occurs in the stack inline class only, not in the tabular. This issue was originally identified in PR #684.

  1. Extra is "1" - button shows: SCR-20240912-hrhv

  2. Extra is "0" - button is GONE: SCR-20240912-hrfp

lukasvinclav commented 2 months ago

Thanks. Fixed in #758