Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.X, Master
Description
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