-
Type:
Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
Affects Version/s: None
-
Fix Version/s: 6.2.0 CE M4
-
Component/s: ~ [Archived] Frontend Infrastructure
-
Labels:
Consider the following snippet :
<liferay-ui:panel-container cssClass="message-boards-panels" extended="<%= false %>" id="messageBoardsPanelContainer" persistState="<%= true %>">
<liferay-ui:panel collapsible="<%= false %>" extended="<%= true %>" id="messageBoardsCategoriesPanel" title='<%= LanguageUtil.get(pageContext, (category != null) ? "subcategories" : "categories") %>'>
</liferay-ui:panel>
</liferay-ui:panel-container>
It has collapsible="<%= false %>" set on the panel. Yet is still collapsible. This should not be the case