Actions
Task #96669
closed[Feature] Add optional parameter to recursive fetch records with config.cache
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-01-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
This adds a third parameter to the `config.cache` configuration. The
parameter is optional set to false by default.
The idea aims at pages with nested folders for records. Specifying
all the directories manually can be a lot of work.
Use it by adding a third parameter like:
config.cache.<page-id> = <table name>:<storage-pid>[:<recursive>]
This issue was automatically created from https://github.com/TYPO3/typo3/pull/347
Updated by Chris Müller almost 3 years ago
- Is duplicate of Task #96670: [Feature] Add option to recursive fetch data for config.cache added
Updated by Christian Kuhn almost 3 years ago
- Status changed from New to Closed
Closing as dupe of #96670
Actions