Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If an inline formsets has no initial forms, I cannot add others #154

Open
matfire opened this issue Nov 1, 2018 · 2 comments
Open

If an inline formsets has no initial forms, I cannot add others #154

matfire opened this issue Nov 1, 2018 · 2 comments
Assignees

Comments

@matfire
Copy link

matfire commented Nov 1, 2018

If I try to use this plugin to add a new inline formset where there were none(the parent had no children) the buttons won't even show up. If I set an extra of 1 the buttons show up, but the initial empty form does not modify the management form when it is deleted, so I can't succesfully post. Does anyone have any idea how to solve this?

@nferrari
Copy link

Just encountered the same issue. Unfortunately this project seems abandoned. Did you manage to find a workaround? Thank you.

@elo80ka elo80ka self-assigned this Jun 20, 2019
@matthew-a-dunlap
Copy link

I ran into a similar issue using crispy + bootstrap4 + table_inline_formset. The add button is present but does nothing. Seems to be because when the formset is empty the template does not populate enough table info for django-dynamic-formset to act upon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants