36degrees
Member
- Affected version
- v2.2.1
Steps to reproduce
- Create 2 nodes, each with at least one child.
- Add a navigation item of type 'node' for the first node, with 'Display children in navigation' set to
false
. - Add a navigation item of type 'node' for the second node, with 'Display children in navigation' set to
true
. Ensure that its display order is set so that it appears after the first node in the navigation.
Expected result
The children of the second node should be included in the navigation.Actual result
The children of the second node are not included in the navigation.However, the children are included in the navigation if you either:
- swap their display order so that the second node (with 'Display children in navigation' set to
true
) appears first; or - set 'Display children in navigation' to
true
for both nodes