[DONE] Many-to-many relationships should be usable for levels in lists

I don’t understand why there must be the limitation that lower-levels of a hierarchical list cannot also be recursive/hierarchical, when the entities adhere to a strict tree structure:

Here is a my hierarchical list:
image

The “Page” type is self-referential with a strict parent-child relationship (1:many):
image

I don’t understand why, in this situation, where Pages are always organized in a strict tree, the Page entities cannot be displayed as a hierarchy. You simply need to start with all the pages that have no parent.

It would be extremely useful! Otherwise I see no way to automatically generate a hierarchical list of a Project’s Pages, for every Project.

1 Like