From c4ff544db9c507c7e8769078e67dfb8cf09867d3 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 4 Dec 2024 14:42:32 +0100 Subject: [PATCH] Fix deprecation notice for l10n_parent > The 'tx_cetimeline_domain_model_entry' TCA tables transOrigPointerField > 'l10n_parent' is defined as excluded field > which is no longer needed and should therefore be removed. https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.3/Important-89672-TransOrigPointerFieldIsNotLongerAllowedToBeExcluded.html --- Configuration/TCA/tx_cetimeline_domain_model_entry.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Configuration/TCA/tx_cetimeline_domain_model_entry.php b/Configuration/TCA/tx_cetimeline_domain_model_entry.php index 1ca9f14..fba5e34 100644 --- a/Configuration/TCA/tx_cetimeline_domain_model_entry.php +++ b/Configuration/TCA/tx_cetimeline_domain_model_entry.php @@ -63,7 +63,6 @@ ], 'l10n_parent' => [ 'displayCond' => 'FIELD:sys_language_uid:>:0', - 'exclude' => true, 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent', 'config' => [ 'type' => 'select',