Bug #57750
closedDefault generated categories TCA misses maxLevels configuration
100%
Description
The default generated TCA configuration by the CategoryRegistry does not set maxLevels value.
Because this is not set only 4 levels are shown but should be set to at least 99.
Same for the parent field of sys_category itself.
Updated by Gerrit Code Review over 10 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/29297
Updated by Frans Saris over 10 years ago
The TCA settings done by the CategoryRegistry can not overruled easily as these are added after all TCA files (from TCA folders and ext_tables.php files) are loaded.
So when you want to override these settings you have to remove the table from "$GLOBALS['TYPO3_CONF_VARS']['SYS']['defaultCategorizedTables']" and add it your self again.
Updated by Gerrit Code Review over 10 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/29297
Updated by Gerrit Code Review over 10 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/29297
Updated by Frans Saris over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5fb98854f54dbdf0dadabba3d3db49caaa4161c5.