Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
Nested View Plugin 1.13
Description
When one opens a nested view, the nested view itself does not appear at the end of breadcrumb list.
A result of the investigation, the direct cause was found.
It is filtered by
<j:if test="${h.isModel(anc.object) and anc.prev.url!=anc.url}">
in breadcrumbBar.jelly, since NestedView$DefaultViewProxy is not a ModelObject.