core
core copied to clipboard
Page Properties Cache TTL label not showing units when creating a new Page Type
Parent Issue
https://github.com/dotCMS/core/issues/23074
Task
Both the Full and Empty Starters were updated to have the Cache TTL
field label in a Page Content Type to display its units, which is Cache TTL (seconds)
now. However, there's one more case that was missed: When you create a new Content Type of type Page, the label still reads Cache TTL
.
Proposed Objective
Core Features
Proposed Priority
Priority 4 - Trivial
Acceptance Criteria
- Go to the Content Model > Content Types portlet and click the
+
button to create a new Content Type of typePage
. - You'll see that the cache TTL field still reads
Cache TTL
, and notstill reads
Cache TTL (seconds)`.
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
No response
Assumptions & Initiation Needs
This is the line that must be updated:
https://github.com/dotCMS/core/blob/0b665e2f4cde82e4c3bfa801ba47de597d6348e2/dotCMS/src/main/java/com/dotcms/contenttype/model/type/PageContentType.java#L138
Quality Assurance Notes & Workarounds
No response
Sub-Tasks & Estimates
No response