Closed roberttolton closed 8 years ago
Hey @roberttolton - this has been addressed in 1.0.7. Thanks so much for the feedback, sorry for the delay.
Hi @michaelfromtheoutfit I DM'd you on Slack, but I think a similar thing is happening to the active class of nodes accessed through this method too.
Hi,
Navee: 1.0.6 Craft: 2.6.2804
I'm having to use the following code with an
if
statement built around thelinkType
because thelink
property of nodes accessed through node.getDescendants (e.g. for building custom navigation trees with children) is empty.Instead of just:
In the above,
{{ child.link }}
is empty, even when debugging thechild
property using kint, it's empty.Thanks,