From 294b45756db02f3522f20ca21d7334096b75e47c Mon Sep 17 00:00:00 2001
From: Kevin Ditscheid <kevin.ditscheid@sgalinski.de>
Date: Tue, 28 Jul 2020 15:50:29 +0200
Subject: [PATCH] [TASK] Remove exclude for l10n_parent field, because it
 causes bugs with translations in limited be-accounts

---
 Configuration/TCA/tx_sgnews_domain_model_author.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Configuration/TCA/tx_sgnews_domain_model_author.php b/Configuration/TCA/tx_sgnews_domain_model_author.php
index 3ea41bc..6cbc785 100644
--- a/Configuration/TCA/tx_sgnews_domain_model_author.php
+++ b/Configuration/TCA/tx_sgnews_domain_model_author.php
@@ -105,7 +105,6 @@ $configuration = [
 		],
 		'l10n_parent' => [
 			'displayCond' => 'FIELD:sys_language_uid:>:0',
-			'exclude' => TRUE,
 			'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
 			'config' => [
 				'type' => 'select',
-- 
GitLab