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

TCA Migrations #58

@abvdveen

Description

@abvdveen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions