From 89f5b08d2e04d705837d877ac1f931ec6326b0a1 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 4 Nov 2024 09:07:23 +0100 Subject: [PATCH] Reworks for v13 changes Remove multiple true from category field. This is not supported and breaks TYPO3. Resolves: #11475, #11477 --- Configuration/TCA/tx_events_domain_model_event.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Configuration/TCA/tx_events_domain_model_event.php b/Configuration/TCA/tx_events_domain_model_event.php index 9ed17c0..61eb0b7 100644 --- a/Configuration/TCA/tx_events_domain_model_event.php +++ b/Configuration/TCA/tx_events_domain_model_event.php @@ -354,7 +354,6 @@ return [ 'config' => [ 'type' => 'category', 'minitems' => 0, - 'multiple' => true, ], ], 'keywords' => [