core icon indicating copy to clipboard operation
core copied to clipboard

Page Properties Cache TTL label not showing units when creating a new Page Type

Open jcastro-dotcms opened this issue 6 months ago • 0 comments

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 type Page.
  • You'll see that the cache TTL field still reads Cache TTL, and not still 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

jcastro-dotcms avatar Aug 22 '24 16:08 jcastro-dotcms