You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
I would like to ask if the issue under this
#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 formclass EvaluationDisabilityInline(admin.TabularInline): model = EvaluationDisability form = EvaluationDisabilityForm extra = 1
The text was updated successfully, but these errors were encountered: