Legacy Knowledge Base
Published Jul. 2, 2025

Unable to save after unchecking Enable propagation of changes from the site template

Written By

Amit Tiwari

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

Reproduction steps:

  1. Startup the portal
  2. Set the following log levels:
    com.liferay.portlet.sites.util DEBUG
    com.liferay.exportimport.internal.controller INFO
    com.liferay.layout.admin.web.internal.exportimport.data.handler.LayoutStagedModelDataHandler WARN
  3. Create a site template
  4. Create a site from this template
  5. Add a new page to the site
  6. Add a new page with the same name and friendly URL to the template
  7. Refresh the site

 Expected result: After one attempt, the site template propagation stops, and only restarts when the URL of the conflicting layout is actually changed.
 Actual result: The site template propagation is started for every getLayout() call, even multiple times for a one-page load. This is visible from the many "Acquired lock..", "Applying layout set prototype...", "Released lock..." messages from the log. Also, the page load time is significantly longer than usual.

 

Environment

  • Liferay DXP 7.2

Resolution

  • This is a known issue and the fix has been released in Fix Pack 10 and higher version
  • If the hotfix is required for this issue, please create a support ticket requesting the hotfix by attaching the patch details.
  • Installing Fix Packs and Hotfixes on Liferay DXP will guide you to install the Fixpack/Hotfix in your environment.

Additional Information

Did this article resolve your issue ?

Legacy Knowledge Base