You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The navigation portlet in Plone 5 never displays more than the elements in the current level, it doesn't even recurse even if the UI says it should recurse (depending on the parameters).
Here is a partial patch, that re-enables the feature if a non-zero depth is entered on the portlet, but it doesn't work (due to ExtendedPathIndex) if the depth is 0, so the UI should probably be updated too to indicate that a depth of 0 means no recursion.
The navigation portlet in Plone 5 never displays more than the elements in the current level, it doesn't even recurse even if the UI says it should recurse (depending on the parameters).
Here is a partial patch, that re-enables the feature if a non-zero depth is entered on the portlet, but it doesn't work (due to ExtendedPathIndex) if the depth is 0, so the UI should probably be updated too to indicate that a depth of 0 means no recursion.
navigation.diff.txt
The text was updated successfully, but these errors were encountered: