Skip to content

fix: custom template error (#33877)#34225

Merged
gortiz-dotcms merged 6 commits intomainfrom
issue-33877-custom-template-layout-error
Jan 12, 2026
Merged

fix: custom template error (#33877)#34225
gortiz-dotcms merged 6 commits intomainfrom
issue-33877-custom-template-layout-error

Conversation

@gortiz-dotcms
Copy link
Copy Markdown
Member

@gortiz-dotcms gortiz-dotcms commented Jan 7, 2026

Problem

The template was being modified when the page was the only one using it, and creating the Custom Page Layout only when it found another page using the template.

Fix

The base template is never modified.

This PR fixes: #33877

This PR fixes: #33877

@gortiz-dotcms gortiz-dotcms marked this pull request as ready for review January 9, 2026 12:10
@gortiz-dotcms gortiz-dotcms added this pull request to the merge queue Jan 12, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to no response for status checks Jan 12, 2026
@gortiz-dotcms gortiz-dotcms added this pull request to the merge queue Jan 12, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jan 12, 2026
@gortiz-dotcms gortiz-dotcms added this pull request to the merge queue Jan 12, 2026
Merged via the queue into main with commit 9915d90 Jan 12, 2026
38 checks passed
@gortiz-dotcms gortiz-dotcms deleted the issue-33877-custom-template-layout-error branch January 12, 2026 17:08
dsolistorres pushed a commit that referenced this pull request Feb 20, 2026
### **Problem**
The template was being modified when the page was the only one using it,
and creating the `Custom Page Layout` only when it found another page
using the template.
### **Fix**
The base template is never modified.

This PR fixes: #33877
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

[DEFECT] Page Creation for the first time and changes to layout Modifies Base Template Instead of Creating Anonymous Template

3 participants