Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.1.0 CE GA1, 6.1.10 EE GA1
-
Fix Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2, --Sprint 11/12, 6.2.0 CE M2
-
Component/s: WCM, WCM > Site and Page Templates
-
Labels:
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Similar Issues:
Description
By default, when a page is created by using a page template, the propagation of changes from a site template is enabled. While this is desired in some cases, in some other it is not and it forces the site admin to disable it by going to Manage > Page for every page created.
To avoid this the following options should be added:
1) When adding a page from the pages management UI, if a page template is chosen, a checkbox should be shown to enable or disable propagation of changes
2) A portal property should be provided to allow setting the default value of the property. This property will be specially useful for sites which create most of their pages through the shortcut in the dock bar Add > Page which shows a very simple UI and thus a checkbox does not currently fit.
Issue Links
- is related to
-
LPS-27157
When creating an organization site with a site template, an option to disable propagation of changes should be provided
-

It is worth mentioning that right now the EditLayoutsAction class hardcodes the value of prototypeLayoutLinkEnabled to true. If it is set to false, then the creation of the page from the page template should be done immediately instead of lazily. As an example of this it is recommended to check how this is solved when creating a site from a site template when propagation is disabled (see EditGroupAction and SitesUtil.updateLayoutSetPrototypesLinks()).