-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.2 EE SP2 (5.2.6)
-
Fix Version/s: 5.2 EE SP3 (5.2.7)
-
Component/s: Legacy > Control Panel menu, Legacy > Extension Environment
-
Labels:None
-
Environment:All
This update adds to ability to control which section of the Control Panel is displayed to a particular user. To modify the default behavior, modify the following property in portal(-ext).properties:
#
- Set the name of a class that implements
- com.liferay.portlet.ControlPanelEntry. This class denotes the default
- value of of the element "control-panel-entry-class" in liferay-portlet.xml
- and is called by the Control Panel to decide whether the portlet should be
- shown to a specific user in a specific context.
#
control.panel.default.entry.class=com.liferay.portlet.DefaultControlPanelEntry
This property can also be set using a plugin hook.
- is related to
-
LPS-6438 Move hard coded logic of filtering which portlets are visible in the control panel into BaseControlPanelEntry so it can be easily customized
- Closed