[TASK] Cleanup TCA select field configuration
TCA select fields now require a "renderType" setting. Using select without renderType and the "renderMode" setting is deprecated. A TCA migration takes care of filling the renderType with the correct values for existing configurations. Resolves: #69822 Releases: master Change-Id: I0d9537a031aad3d2c44849f7f50715cbcc6ee595 Reviewed-on: http://review.typo3.org/43354 Reviewed-by:Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Form/NodeFactory.php 0 additions, 17 deletionstypo3/sysext/backend/Classes/Form/NodeFactory.php
- typo3/sysext/backend/Tests/Unit/Form/NodeFactoryTest.php 4 additions, 103 deletionstypo3/sysext/backend/Tests/Unit/Form/NodeFactoryTest.php
- typo3/sysext/compatibility6/Configuration/TCA/Overrides/tt_content.php 2 additions, 0 deletions...compatibility6/Configuration/TCA/Overrides/tt_content.php
- typo3/sysext/core/Classes/Category/CategoryRegistry.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Category/CategoryRegistry.php
- typo3/sysext/core/Classes/Migrations/TcaMigration.php 61 additions, 0 deletionstypo3/sysext/core/Classes/Migrations/TcaMigration.php
- typo3/sysext/core/Configuration/TCA/be_groups.php 12 additions, 10 deletionstypo3/sysext/core/Configuration/TCA/be_groups.php
- typo3/sysext/core/Configuration/TCA/be_users.php 7 additions, 4 deletionstypo3/sysext/core/Configuration/TCA/be_users.php
- typo3/sysext/core/Configuration/TCA/pages.php 12 additions, 0 deletionstypo3/sysext/core/Configuration/TCA/pages.php
- typo3/sysext/core/Configuration/TCA/sys_category.php 3 additions, 1 deletiontypo3/sysext/core/Configuration/TCA/sys_category.php
- typo3/sysext/core/Configuration/TCA/sys_collection.php 5 additions, 0 deletionstypo3/sysext/core/Configuration/TCA/sys_collection.php
- typo3/sysext/core/Configuration/TCA/sys_file.php 2 additions, 0 deletionstypo3/sysext/core/Configuration/TCA/sys_file.php
- typo3/sysext/core/Configuration/TCA/sys_file_collection.php 6 additions, 1 deletiontypo3/sysext/core/Configuration/TCA/sys_file_collection.php
- typo3/sysext/core/Configuration/TCA/sys_file_metadata.php 3 additions, 0 deletionstypo3/sysext/core/Configuration/TCA/sys_file_metadata.php
- typo3/sysext/core/Configuration/TCA/sys_file_reference.php 2 additions, 0 deletionstypo3/sysext/core/Configuration/TCA/sys_file_reference.php
- typo3/sysext/core/Configuration/TCA/sys_file_storage.php 1 addition, 0 deletionstypo3/sysext/core/Configuration/TCA/sys_file_storage.php
- typo3/sysext/core/Configuration/TCA/sys_filemounts.php 2 additions, 0 deletionstypo3/sysext/core/Configuration/TCA/sys_filemounts.php
- typo3/sysext/core/Configuration/TCA/sys_language.php 3 additions, 0 deletionstypo3/sysext/core/Configuration/TCA/sys_language.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-69822-DeprecateSelectFieldTca.rst 66 additions, 0 deletions...elog/master/Deprecation-69822-DeprecateSelectFieldTca.rst
- typo3/sysext/core/Tests/Unit/Migrations/TcaMigrationTest.php 190 additions, 1 deletiontypo3/sysext/core/Tests/Unit/Migrations/TcaMigrationTest.php
- typo3/sysext/css_styled_content/Configuration/TCA/Overrides/tt_content.php 5 additions, 0 deletions...styled_content/Configuration/TCA/Overrides/tt_content.php
Please register or sign in to comment