Skip to content
Snippets Groups Projects
Commit d92f34b6 authored by Tim Wagner's avatar Tim Wagner
Browse files

[TASK] Only allow (upper) alpha characters for ccurrency shorthand

parent 044994a6
No related branches found
No related tags found
1 merge request!20[FEATURE] Extended TCAs for Structured Data (SEO)
......@@ -394,7 +394,7 @@ return call_user_func(
'label' => 'LLL:EXT:' . $extKey . '/Resources/Private/Language/locallang_db.xlf:' . $table . '.salary_currency',
'config' => [
'type' => 'input',
'eval' => 'upper',
'eval' => 'alpha, upper',
'max' => 3,
],
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment