Feature #83734
closedAdd support for current page in config.cache
100%
Description
When using the TS property "config.cache", it is possible to define a configuration that affects all pages, with a syntax like:
config.cache.all = fe_users:2
However such configurations always depend on a precise page where to look up records. A common scenario is to have records stored in each page itself. Thus such a syntax would be useful:
config.cache.all = fe_users:this
where "this" would be dynamically replaced by the current page id.
Updated by Francois Suter almost 7 years ago
A typical use case is when having IRRE items related to a content element (for example, the Bootstrap Package does this with Accordion and Carousel items).
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60419
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60419
Updated by Gerrit Code Review over 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60419
Updated by Benni Mack over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d8fad3f5455aa28bdacb612c5cc48c8c51d2fc53.