[BUGFIX] Ensure all sys_file_metadata TCA columns have a config section
The main issue is that the core ships a TCA column without a config section. If EXT:filemetadata is available, this is overridden, so no issue here. Further steps are (not scope of this patch) would be a TCA migration checker to ensure that all TCA columns have a config section. Resolves: #73076 Related: #77619 Related: #83152 Releases: master, 8.7 Change-Id: I3454780f1122ee5f4ef2bd65b19a9699daa73f33 Reviewed-on: https://review.typo3.org/54848 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
Showing
- typo3/sysext/core/Configuration/TCA/sys_file_metadata.php 25 additions, 3 deletionstypo3/sysext/core/Configuration/TCA/sys_file_metadata.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/DatabaseAssertions/importPagesAndRelatedTtContentWithDifferentImageToExistingData.csv 1 addition, 1 deletion...esAndRelatedTtContentWithDifferentImageToExistingData.csv
- typo3/sysext/impexp/Tests/Functional/Fixtures/DatabaseAssertions/importPagesAndRelatedTtContentWithSameImageToExistingData.csv 2 additions, 2 deletions...rtPagesAndRelatedTtContentWithSameImageToExistingData.csv
- typo3/sysext/impexp/Tests/Functional/Fixtures/DatabaseImports/sys_file_metadata.xml 2 additions, 2 deletions...Functional/Fixtures/DatabaseImports/sys_file_metadata.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/XmlExports/mysql/pages-and-ttcontent-with-corrupt-image.xml 3 additions, 3 deletions...lExports/mysql/pages-and-ttcontent-with-corrupt-image.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/XmlExports/mysql/pages-and-ttcontent-with-image-but-not-included.xml 3 additions, 3 deletions...mysql/pages-and-ttcontent-with-image-but-not-included.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/XmlExports/mysql/pages-and-ttcontent-with-image.xml 3 additions, 3 deletions...tures/XmlExports/mysql/pages-and-ttcontent-with-image.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/XmlExports/postgresql/pages-and-ttcontent-with-corrupt-image.xml 143 additions, 143 deletions...rts/postgresql/pages-and-ttcontent-with-corrupt-image.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/XmlExports/postgresql/pages-and-ttcontent-with-image-but-not-included.xml 3 additions, 3 deletions...resql/pages-and-ttcontent-with-image-but-not-included.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/XmlExports/postgresql/pages-and-ttcontent-with-image.xml 143 additions, 143 deletions.../XmlExports/postgresql/pages-and-ttcontent-with-image.xml
- typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImagesInFilledDatabaseTest.php 2 additions, 0 deletions...mport/PagesAndTtContentWithImagesInFilledDatabaseTest.php
- typo3/sysext/lang/Resources/Private/Language/locallang_tca.xlf 6 additions, 0 deletions.../sysext/lang/Resources/Private/Language/locallang_tca.xlf
Please register or sign in to comment