-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
An inline within an inline #581
Comments
What is the error that you are seeing? |
I'm in a similar situation, but I get no error at all. Before I had a single childs level and I think it worked, but once I splitted the parent model so now there are two levels, I don't have inlines at all. |
@piranna - Can you provide a reproducible example? |
It's private code, but will try to get something. If you want to try, I have parentA class with some fields, childB with no fields, and grandChildC with some fields. If I set grandChildC as direct child of parentA, I think to remember they grandChildC fields were shown, but if I put the intermediate childB class with no fields, no fields of grandChildC are shown. |
@piranna - Are you able to extract part of the code and change the variables names, etc... You can call the class A B C, so we can have something to test against. |
there are no errors, just nothing is displayed in the admin panel. |
I wanted to make an inline inside the inline, but I didn't understand how to do it, I tried something like this:
The text was updated successfully, but these errors were encountered: