Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

TCA Migrations #58

Open
abvdveen opened this issue Sep 16, 2022 · 0 comments
Open

TCA Migrations #58

abvdveen opened this issue Sep 16, 2022 · 0 comments

Comments

@abvdveen
Copy link

Running 'Check TCA Migrations' under 'Upgrade' in Typo3 11.5, these should be fixed:

  1. The TCA setting 'localizeChildrenAtParentLocalization' is deprecated and should be removed from TCA for tt_content['columns']['tx_slickcarouselbgimg']['config']['behaviour']['localizeChildrenAtParentLocalization']
  2. The 'tx_slickcarouselbgimg' TCA configuration 'showRecordFieldList' inside the section 'interface' is not evaluated anymore and should therefore be removed.
  3. The TCA field 'sys_language_uid' of table 'tx_slickcarouselbgimg' is defined as the 'languageField' and should therefore use the TCA type 'language' instead of TCA type 'select' with 'foreign_table=sys_language' or 'special=languages'.
  4. The TCA field 'tx_slickcarouselbgimg' of table 'tt_content' is defined as type 'inline' with the 'appearance.showRemovedLocalizationRecords' option set. As this option is not evaluated anymore and no replacement exists, it should be removed from TCA.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant