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
Did you checked changelog/commit history, if the bug is not already fixed?
Yes
Did you searched other issues, if the bug is not already fixed?
Yes
Did you checked documentation?
Yes
Are you able to replicate the bug in the demo site?
Yes
Repository with reproduced bug
Not showing Multiple Inlines in tab.
Describe your issue
when try to make multiple inlines in tabs all inlines showing in single tab;
class Inline1(Tabularinline):
model=Model1
tab=true
class Inline2(Tabularinline):
model=Model2
tab=true
@admin.register(MyModel)
class MyModelAdmin(ModelAdmin):
inlines=[inline1,inline2]
The text was updated successfully, but these errors were encountered:
khanals
changed the title
Multiple Inlines as tab
Multiple Inline as tab
Jan 27, 2025
What version of Unfold are you using?
0.45.0
What version of Django are you using?
For example: 5.1.4
What browser are you using?
Edge 132.0.2957.127
Did you checked changelog/commit history, if the bug is not already fixed?
Yes
Did you searched other issues, if the bug is not already fixed?
Yes
Did you checked documentation?
Yes
Are you able to replicate the bug in the demo site?
Yes
Repository with reproduced bug
Not showing Multiple Inlines in tab.
Describe your issue
when try to make multiple inlines in tabs all inlines showing in single tab;
The text was updated successfully, but these errors were encountered: