Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP3 (5.1.6), 5.2 EE SP1 (5.2.5)
-
None
-
All
Description
Portlet events are not distributed to portlets on other pages. The events are only distributed to portlets on the same page as the portlet which generated the event.
To address this issue, the following properties in portal(-ext).properties has been modified:
#
- Set this property to specify how events are distributed. If the value is
- "layout-set", then events will be distributed to all portlets contained in
- a layout set. This will only work correctly if the property
- "layout.default.p_l_reset" is set to false. If the value is "layout", then
- events will be distributed to all portlets that are present in a layout.
#
portlet.event.distribution=layout
#
- Set this property to specify how events are distributed. If the value is
- "layout-set", then public render parameters will be distributed to all
- portlets contained in a layout set. This will only work correctly if the
- property "layout.default.p_l_reset" is set to false. If the value is
- "layout", then public render parameters will be distributed to all
- portlets that are present in a layout.
#
portlet.public.render.parameter.distribution=layout
Also, the property "portlet.event.max.generation" has been removed.
Attachments
Issue Links
- is related to
-
LPS-4992 Liferay Portlet Container does not honor the IPC options
- Closed