Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: nested-view-plugin
-
Labels:None
-
Environment:Nested View Plugin 1.13
-
Similar Issues:
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.