From f9df49b9983243e324d09bae09cc36f2f51357fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Mummert?= Date: Wed, 1 Apr 2026 12:02:50 +0200 Subject: [PATCH] Allow evlks_access in editor field permissions --- contao/dca/tl_calendar_events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contao/dca/tl_calendar_events.php b/contao/dca/tl_calendar_events.php index fe5be78..2a4eadc 100644 --- a/contao/dca/tl_calendar_events.php +++ b/contao/dca/tl_calendar_events.php @@ -145,7 +145,7 @@ $dca['fields']['export'] = [ $dca['fields']['evlks_access'] = [ 'label' => &$GLOBALS['TL_LANG']['tl_calendar_events']['evlks_access'], - 'exclude' => false, + 'exclude' => true, 'inputType' => 'select', 'options' => [ 1 => 'Veranstaltung in Gebaerdensprache bzw. Gebaerdendolmetscher ist anwesend',