Open pannkotsky opened 4 months ago
Scenario:
PolymorphicParentModelAdmin
Expected:
Actual:
This happens because after initial submit with validation error the query params indicating popup are removed, and only ct_id param is preserved. It comes from the following lines of code: https://github.com/jazzband/django-polymorphic/blob/master/polymorphic/admin/parentadmin.py#L202-L208
ct_id
Scenario:
PolymorphicParentModelAdmin
add viewExpected:
Actual:
This happens because after initial submit with validation error the query params indicating popup are removed, and only
ct_id
param is preserved. It comes from the following lines of code: https://github.com/jazzband/django-polymorphic/blob/master/polymorphic/admin/parentadmin.py#L202-L208