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
I have a dropdown field in my model - TopLevelAdmin
I want to pass the value selected to the Inline - LevelOneInline
Based on value selected in TopLevelAdmin's form I want to store the value on LevelOneInline's formset
How do I pass that parameter from model admin to the inline
The text was updated successfully, but these errors were encountered:
I have a dropdown field in my model - TopLevelAdmin
I want to pass the value selected to the Inline - LevelOneInline
Based on value selected in TopLevelAdmin's form I want to store the value on LevelOneInline's formset
How do I pass that parameter from model admin to the inline
The text was updated successfully, but these errors were encountered: