-
Type:
Technical Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE M3
-
Fix Version/s: 6.2.0 CE M3
-
Component/s: Legacy, Legacy > Control Panel menu
-
Labels:None
-
Git Pull Request:
Currently the ControlPanelEntry interface has two methods called with the same name (isVisible) but in reality are meant to do different things. Because of this the code is harder to understand and the classes that implement the interface end up having to do more than is strictly needed.
The new method names should make it more clear that the goal of this class is to control the permission to access a portlet in the Control Panel.