-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Templates] : The 'Template' dropdown in Page Properties is not displaying the expected Custom Template value #29034
Comments
I will take a look |
This issue is happening after the changes applied on this PR. I could identified that the Other findings:
I suggest to clean up the logic in the complete custom field to avoid unnecessary calls that might be affecting the field's behavior. |
### Proposed Changes * fix(template): Page content is deleted after changing page properties - #29569 * fix(template): Page content is deleted when changing language - #29572 * fix(template): Keep custom template after update - #29034 ## Videos ### Page content is deleted after changing page properties https://github.com/user-attachments/assets/b1348572-89b9-404d-9df3-7cae19bd688a ### Page content is deleted when changing language https://github.com/user-attachments/assets/4f3079da-77bf-4616-a031-7a3802c40d39 ### Keep custom template after update https://github.com/user-attachments/assets/23217700-1800-4ed7-ad7e-9ccc75fafac3
IQA PassedNow the Template field is populating correctly Docker Image: ScreenshotScreen.Recording.2024-08-26.at.1.mp4 |
We lost the notification when you apply some change here: Screen.Recording.2024-08-26.at.2.29.38.PM.mov |
@bryanboza I updated the QA server with the latest trunk image I noticed you are testing in the old page editor in your local environment and in the UVE editor on the QA server. If this is not happening in the VideosDefault Templateiqa-29034-templates-the-template-dropdown-in-page-properties-is-not-displaying-the-expected-custom-template-value.movSystem Templateiqa-29034-templates-the-template-dropdown-in-page-properties-is-not-displaying-the-expected-custom-template-value-system-template.mov |
ok, this is something related to the new edit mode, tested in the last trunk with the new edit mode and this is working as expected. |
Parent Issue
No response
Problem Statement
The
Template
dropdown in the Page Properties modal is NOT displaying the correct value when a custom Template is generated. When you update the page's layout, it displaysSystem Template (System Host)
instead.If you check the
contentlet
table in the database, in thecontentlet_as_json
column, the Template data points to a custom Template. This means there might be a problem at UI level. This will confuse users as they will think their HTML Page is using the System Template, which is not correct.Steps to Reproduce
Default Template
.Rich Text
to the page.Template
dropdown isSystem Template (System Host)
Acceptance Criteria
The
Template
dropdown must indicate that the current Template is actually a Custom Template, just like it used to.dotCMS Version
Latest master.
Proposed Objective
Core Features
Proposed Priority
Priority 2 - Important
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
No response
Assumptions & Initiation Needs
This issue might be related to:
Quality Assurance Notes & Workarounds
No response
Sub-Tasks & Estimates
No response
The text was updated successfully, but these errors were encountered: