-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, Master
-
Fix Version/s: 7.1.0 Beta 2, 7.1.X, Master
-
Component/s: Core Infrastructure > Portlet Tracker
-
Labels:
-
Fix Priority:4
-
Git Pull Request:
Adds the following property to @Component annotation when we are registering a portlet:
"com.liferay.portlet.include=false"
After re-deploying the portlet it shouldn't appears on portal, but actually it's still there.
Steps:
- Add one porlet to a page, for example Web Content Display
- Add com.liferay.portlet.include=false to the @Component annotation in one portlet, for example Web Content Display
- Re-deploy the portlet
Actual Result:
You still seeing the portlet on the pages and it is available to add into a page.
Expected Result:
You cannot see the portlet on the portal