reversed() for self-associations in frontend

0
Hey how is it possible to list all children in a self-reference (parent-child association) in the frontend (like in a nanoflow) ? I can’t use “reversed()” function … My objects are not committed → I can’t use a microflow with reversed() function .
asked
1 answers
0

Maybe you can add an association to your non persisting entity and set the information about the children?

answered