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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Yoichi Nakayama [ yoichi ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 152141 ] | JNJira + In-Review [ 207162 ] |
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.