Details
-
Type:
Bug
-
Status:
Verified
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 6.1.20 EE GA2, 6.2.0 CE M4
-
Fix Version/s: None
-
Component/s: WCM, WCM > Navigation
-
Labels:None
-
Fix Priority:3
-
Similar Issues:
Description
If in a jsp in a portlet plugin you add:
PortalUtil.addPortletBreadcrumbEntry(request, "hello", currentURL);
and set the render-weight to 50 in liferay-portlet.xml
<render-weight>50</render-weight>
The word "hello" should appear as an entry in the global breadcrumb.

Any reason why render-weight needs to be set to 50 for the text to show up? render-weight seems like an unrelated component to displaying a specific entry in the Global breadcrumb?