Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
Description
Description:
I will use <liferay-portlet:preview> tag to expose the issue. Because the tag invokes <liferay-portlet:runtime> and persistSettings property is false by default . Using <liferay-portlet:preview> tag, it shouldn't save portletName related portletPreferences data to the database.
Reproduction Steps:
1. Place the below code to modules\apps\journal\journal-content-web\src\main\resources\META-INF\resources\view.jsp
<liferay-portlet:preview portletName="<%= "com_liferay_blogs_web_portlet_BlogsPortlet" %>" showBorders="<%= true %>" />
2. Deploy the module journal-content-web.
3. Create one widget page "page1"
4. Add Web Content Display portlet to "page1"
Expected result: no "com_liferay_blogs_web_portlet_BlogsPortlet" entry is created in the portletpreferences table.
Actual result: an "com_liferay_blogs_web_portlet_BlogsPortlet" entry is created in the portletpreferences.
Attachments
Issue Links
- causes
-
LPS-144946 URL item of navigation menu is missing in Footer Nav Dark fragment inherited from master page
- Closed