Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Inline as tab #1009

Open
khanals opened this issue Jan 27, 2025 · 2 comments
Open

Multiple Inline as tab #1009

khanals opened this issue Jan 27, 2025 · 2 comments

Comments

@khanals
Copy link

khanals commented 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;

class Inline1(Tabularinline):
  model=Model1
  tab=true
class Inline2(Tabularinline):
  model=Model2
  tab=true

@admin.register(MyModel)
class MyModelAdmin(ModelAdmin):
  inlines=[inline1,inline2]
@khanals khanals changed the title Multiple Inlines as tab Multiple Inline as tab Jan 27, 2025
@lukasvinclav
Copy link
Contributor

Can you send me a link to demo site where I can see the bug?

@lukasvinclav
Copy link
Contributor

Do you have a screenshot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants