Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Completed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP3 (5.2.7)
-
All
Description
WSRP proxied portlets can now specify its category. Previously the portlet was always added to the WSRP category.
API CHANGE:
Class: com.liferay.portal.service.PortletLocalService
Method: deployRemotePortlet(Portlet portlet)
Status: Deleted
New method: deployRemotePortlet(Portlet portlet, String categoryName)
Class: com.liferay.portal.service.PortletLocalServiceUtil
Method: deployRemotePortlet(Portlet portlet)
Status: Deleted
New method: deployRemotePortlet(Portlet portlet, String categoryName)
Class: com.liferay.portal.service.PortletLocalServiceWrapper
Method: deployRemotePortlet(Portlet portlet)
Status: Deleted
New method: deployRemotePortlet(Portlet portlet, String categoryName)
Attachments
Issue Links
- is related to
-
LPS-7830 Allow remote portlets to specify category on deployment
- Closed