From 3012816123b5a601411a0d6ac62b527dd81cb0e9 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 16 Mar 2021 13:32:34 +0100 Subject: [PATCH] Allow to delete events Relates: #8570 --- Configuration/TCA/tx_events_domain_model_event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/TCA/tx_events_domain_model_event.php b/Configuration/TCA/tx_events_domain_model_event.php index 999088f..0a4c0b9 100644 --- a/Configuration/TCA/tx_events_domain_model_event.php +++ b/Configuration/TCA/tx_events_domain_model_event.php @@ -485,7 +485,7 @@ return [ 'dragdrop' => false, 'sort' => false, 'hide' => false, - 'delete' => false, + 'delete' => true, 'localize' => false, ), 'levelLinksPosition' => 'top',