Actions
Bug #91073
closedInstall Tool: Check TCA action does not provide symfony container when loading ext_localconf files
Start date:
2020-04-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using georgringer/news with commit 205cb3e "Check TCA" results in:
#1203699034 TYPO3\CMS\Core\Cache\Exception\NoSuchCacheException A cache with identifier "news" does not exist
The reason is that the cache is not available because the container has not been loaded which would add the cache per service configuration.
Updated by Benjamin Franzke over 4 years ago
- Related to Bug #89713: TCA check ignores PHP constants added
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
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/+/64190
Updated by Benjamin Franzke over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d8dda294fc9c5daf2e7da1463ff3025b0fbe889b.
Actions