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

Tabular inline form bug #590

Open
hkokur opened this issue Jul 30, 2024 · 0 comments
Open

Tabular inline form bug #590

hkokur opened this issue Jul 30, 2024 · 0 comments

Comments

@hkokur
Copy link

hkokur commented Jul 30, 2024

Hello,

we switch the grapple to jazzmin for admin panel and we use many tabularinline class in the admin.py.
I figure out the formsets number is the less(-1) than the form number that shows in the ui.

image

it is a tabularinline form and extra field is 1. When i save the form, only upper one(value 1) saved to db.
When extra_fields=0, db saving didn't occur. Also in the admin model, i print the formsets and formsets include only one form but it should include both forms.

I continue to the trace source code. If i figure out the source of the error, i will try to fix this.

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

1 participant