[BUGFIX] Do not change TCA in ext_tables in test_datahandler
Test related fixture extension 'test_datahandler' still has calls in ext_tables.php that changes $GLOBALS['TCA']. This is forbidden for a while. Move those calls to Configuration/TCA/Overrides. Resolves: #92879 Releases: master, 10.4 Change-Id: I4cc66ca41caf52d872b0ff1a06a90d180a739ddb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66705 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler/Configuration/TCA/Overrides/tt_content.php 80 additions, 0 deletions...st_datahandler/Configuration/TCA/Overrides/tt_content.php
- typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler/ext_tables.php 0 additions, 77 deletions...ional/Fixtures/Extensions/test_datahandler/ext_tables.php
Please register or sign in to comment