Closed ahaeslich closed 1 year ago
Good catch! Maybe someone of the experts can tell us what the correct replacement is? /cc @mhsdesign @mficzel @bwaidelich
As I see from my cellphone flowQuery “parent”|”parents” is implemented. This migration might be not needed at all.
It's actually not FlowQuery it was the removed getter of the Node.
How about converting that to q(node).parent().get(0)
It still warns about q(node).parents()
…
parent()
orparents()
You may need to rewrite "VARIABLE.parent" to Neos.NodeAccess.findParent(VARIABLE).
But I found no matching eel helper.