Bug #67875
tt_content categories field is not registered for all types
Status: | Under Review | Start date: | 2015-07-01 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Categorization API | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 7 | Is Regression: | No | |
PHP Version: | 5.5 | Sprint Focus: | ||
Complexity: | medium |
Description
Currently the tt_content
table gets its categories
field by the install tool configuration value:
$GLOBALS['TYPO3_CONF_VARS']['SYS']['defaultCategorizedTables']
The problem here is that most of the content types are defined in Configuration/TCA/Overrides
since #65922.
Since the Overrides for the TCA are processed after the global categories are registered (in ExtensionManagementUtility::buildBaseTcaFromSingleFiles()
), most of the content types are just left out when the CategoryRegistry
calls ExtensionManagementUtility::addToAllTCAtypes()
.
Related issues
History
#1 Updated by Gerrit Code Review about 1 month 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 http://review.typo3.org/40834
#2 Updated by Gerrit Code Review about 1 month ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40834
#3 Updated by Gerrit Code Review 26 days ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40834
#4 Updated by Gerrit Code Review 25 days ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40834