Bug #67875
closed
tt_content categories field is not registered for all types
Added by Alexander Stehlik over 9 years ago.
Updated about 7 years ago.
Category:
Categorization API
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()
.
- 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
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
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
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
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40834
- Description updated (diff)
- Assignee set to Alexander Stehlik
- Target version set to 7.5
- Sprint Focus set to On Location Sprint
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40834
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40834
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40834
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40834
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40834
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40834
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Sprint Focus deleted (
On Location Sprint)
- Status changed from Resolved to Closed
Also available in: Atom
PDF