Open lyaguxafrog opened 9 months ago
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?
@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.
What is the error that you are seeing?
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: