wagtail-deprecated / wagtail-condensedinlinepanel

Fast, drop-in replacement for Wagtail's inline panel with drag and drop
BSD 3-Clause "New" or "Revised" License
85 stars 22 forks source link

Nesting CondensedInlinePanel on snippet, nested panels do not show up #78

Open CriticalNameError opened 4 years ago

CriticalNameError commented 4 years ago

I would like to nest a CondensedInlinePanel inside another CondensedInlinePanel on a Snippet.

It works fine with standard InlinePanel. When I exchange it with CondensedInlinePanel, the top layer displays fine (except there are old and new add buttons) but the nested one(s) do not show up in the GUI.

Is CondensedInlinePanel supposed to work for my use case?

If so, I would construct a minimal example in order to reproduce the issue to further investigate it.

Screenshot 2020-04-27 at 18 33 08

After exchanging InlinePanel with CondensedInlinePanel:

Screenshot 2020-04-27 at 18 34 08

itraveribon commented 4 years ago

I am suffering the same problem. I could not find any solution until now.