[TASK] Deprecate TCA sub types
The sub types feature of TCA was used for registration of plugins as "list_type". Since it's encouraged to register plugins as CType since a couple of versions already and the deprecation of the "list_type" functionality with #105076 are the sub types now deprecated as well. This special functionality just lead to headaches and should be replaced by using dedicated record types, making configuration much cleaner and more comprehensible. Resolves: #105213 Related: #105076 Releases: main Change-Id: If9ce3f5de7ef69aaf16cf987ebcb62ea50f9a6a6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86425 Reviewed-by:Torben Hansen <derhansen@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Torben Hansen <derhansen@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php 3 additions, 0 deletions...Controller/ContentElement/NewContentElementController.php
- typo3/sysext/backend/Classes/Controller/FormFlexAjaxController.php 1 addition, 0 deletions...ext/backend/Classes/Controller/FormFlexAjaxController.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/TcaColumnsProcessCommon.php 1 addition, 0 deletions...Classes/Form/FormDataProvider/TcaColumnsProcessCommon.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/TcaTypesShowitem.php 1 addition, 0 deletions...ackend/Classes/Form/FormDataProvider/TcaTypesShowitem.php
- typo3/sysext/backend/Classes/Preview/StandardPreviewRendererResolver.php 1 addition, 0 deletions...ckend/Classes/Preview/StandardPreviewRendererResolver.php
- typo3/sysext/core/Classes/Configuration/Tca/TcaMigration.php 27 additions, 2 deletionstypo3/sysext/core/Classes/Configuration/Tca/TcaMigration.php
- typo3/sysext/core/Classes/Schema/TcaSchema.php 2 additions, 1 deletiontypo3/sysext/core/Classes/Schema/TcaSchema.php
- typo3/sysext/core/Classes/Schema/TcaSchemaFactory.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Schema/TcaSchemaFactory.php
- typo3/sysext/core/Documentation/Changelog/13.4/Deprecation-105213-TCASubTypes.rst 146 additions, 0 deletions...ntation/Changelog/13.4/Deprecation-105213-TCASubTypes.rst
- typo3/sysext/core/Tests/Unit/Configuration/Tca/TcaMigrationTest.php 26 additions, 0 deletions...xt/core/Tests/Unit/Configuration/Tca/TcaMigrationTest.php
- typo3/sysext/frontend/Classes/EventListener/RemoveListTypePluginFromNewContentElementWizard.php 2 additions, 0 deletions...tener/RemoveListTypePluginFromNewContentElementWizard.php
Please register or sign in to comment