From 809ef032f4e21c812231e73a813da80689852b2d Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 23 Nov 2021 08:28:22 +0100 Subject: [PATCH] Allow editing and creation of dates within event Relates: #9471 --- Configuration/TCA/tx_events_domain_model_event.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Configuration/TCA/tx_events_domain_model_event.php b/Configuration/TCA/tx_events_domain_model_event.php index 0570c5f..86c9574 100644 --- a/Configuration/TCA/tx_events_domain_model_event.php +++ b/Configuration/TCA/tx_events_domain_model_event.php @@ -482,9 +482,9 @@ return [ 'expandSingle' => 1, 'enabledControls' => array( 'info' => false, - 'new' => false, - 'dragdrop' => false, - 'sort' => false, + 'new' => true, + 'dragdrop' => true, + 'sort' => true, 'hide' => false, 'delete' => true, 'localize' => false,