-
Notifications
You must be signed in to change notification settings - Fork 280
Description
What version of Unfold are you using?
0.60
What version of Django are you using?
5.1.7
What browser are you using?
Chrome 137.0.7151.120
Did you searched other issues, if the bug is not already fixed?
I also noticed that a similar issue was mentioned in #1158 issue, but I’m not entirely sure if it’s the same problem I’m experiencing. I’ve already updated to the latest version, but the issue still persists.
Did you checked documentation?
Yes
Describe your issue
Hello,
I noticed that when I define Changeform tabs in settings.py, the default "general" tab and any inline tabs disappear from the admin interface. Only the tabs I define explicitly in settings.py are displayed.
Before adding the tab configuration to settings.py, the form includes the default "general" tab and inline sections. After the configuration is added, those default tabs are gone.
I've attached screenshots showing the UI before and after the change, as well as the relevant section from my settings.py.
Could you please confirm if this is the expected behavior, or if it's a bug?
Thank you for your help!
Before adding tabs config to settings.py
After adding tabs config to settings.py