django-smart-selects icon indicating copy to clipboard operation
django-smart-selects copied to clipboard

Error with add new Inline form - ChainedManyToManyField

Open pakibuy2020 opened this issue 4 years ago • 1 comments
trafficstars

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

pakibuy2020 avatar Jan 09 '21 18:01 pakibuy2020

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.

gamesbook avatar Mar 18 '21 08:03 gamesbook