-
Type:
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 6.0.X EE
-
Fix Version/s: 6.0.X EE
-
Component/s: ~ [Archived] Sites Management
-
Environment:Liferay 6.0.6 on Tomcat 6
When you create a page using a user group with pages, the layout template is not used/initialized.
How to reproduce :
- create a page template with portlets arranged like that (for example) :
+-----------------+---------+ | portlet 1 |portlet 2| | +---------+ | |portlet 3| +-----------------+---------+ or +----------------+ | messages board | +----------------+
- create a new User Group with the newly-created page template has a public or private page
- assign a user to this new User Group
- go on the new page created by the User Group : the page should not be arranged has wanted
It should be like that :+---------+-----------------+ |portlet 1| portlet 2 | | +-----------------+ | | portlet 3 | +---------+-----------------+ or +--------------------------+ | messages | | | board | | +--------------------------+
The problem comes from the fact that the "layout-template-id" is missing in the "typeSettings" of the table "Layout" for the new page.