Did you checked changelog/commit history, if the bug is not already fixed?
Bug is in this commit
Are you able to replicate the bug in the demo site?
No add another record button, there is should be an additional condition if not inline_admin_formset.has_add_permission on line 16 in stacked.html (like in tabular.html)
So the final code on line 16 is: {% if not inline_admin_formset.has_add_permission and inline_admin_formset.forms|length == 0 %}
What version of Unfold are you using?
Version: 0.38.0
What version of Django are you using?
For example: 5.1.1
What browser are you using?
For example: Doesn't matter
Did you checked changelog/commit history, if the bug is not already fixed? Bug is in this commit
Are you able to replicate the bug in the demo site?
No add another record button, there is should be an additional condition
if not inline_admin_formset.has_add_permission
on line 16 in stacked.html (like intabular.html
)So the final code on line 16 is:
{% if not inline_admin_formset.has_add_permission and inline_admin_formset.forms|length == 0 %}