diff --git a/web/typo3conf/ext/ep_track/Configuration/TCA/tx_eptrack_domain_model_redirect.php b/web/typo3conf/ext/ep_track/Configuration/TCA/tx_eptrack_domain_model_redirect.php index d8f8a30b..4ea39fae 100644 --- a/web/typo3conf/ext/ep_track/Configuration/TCA/tx_eptrack_domain_model_redirect.php +++ b/web/typo3conf/ext/ep_track/Configuration/TCA/tx_eptrack_domain_model_redirect.php @@ -140,7 +140,7 @@ return [ 'config' => [ 'type' => 'input', 'size' => 30, - 'eval' => 'trim,required,unique,alphanum_x,lower' + 'eval' => 'trim,required,unique,lower' ], ], 'target_page_uid' => [