From 317f8c670f45f1bb43c89273b8eb72f3782a103d Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Thu, 15 Feb 2024 17:48:55 +0100 Subject: [PATCH] fix additional_type must not be null --- Configuration/TCA/tt_products.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/TCA/tt_products.php b/Configuration/TCA/tt_products.php index 2f812d91e..dcdd1d963 100644 --- a/Configuration/TCA/tt_products.php +++ b/Configuration/TCA/tt_products.php @@ -845,7 +845,7 @@ 'items' => [ ['', ''], ], - 'default' => null, + 'default' => '', 'authMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['explicitADmode'] ?? 'explicitAllow', ], ],