jazzband / django-smart-selects

chained and grouped selects for django forms
https://django-smart-selects.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.12k stars 352 forks source link

Error with add new Inline form - ChainedManyToManyField #321

Open pakibuy2020 opened 3 years ago

pakibuy2020 commented 3 years ago

I would like to ask if the issue under this https://github.com/jazzband/django-smart-selects/issues/193

has been resolved. I am facing the same exact issue.

At first it was good but adding an additional row in the admin panel dosen't work anymore. I think it only works based on the number of extra from the form

class EvaluationDisabilityInline(admin.TabularInline): model = EvaluationDisability form = EvaluationDisabilityForm extra = 1

gamesbook commented 3 years ago

The last comment on #193 was "This should be fixed in version 1.4.0, so I'm closing this. If it's not fixed please reopen it." Sp, you need to do that if you think the fix does not work.