Tab Details

- add anrede to modelValue
- add Validations Alias and Lehrverbandsgruppe
- add Phrase invalidAlias
- add translation to validation Integer for field semester
This commit is contained in:
ma0068
2025-07-30 17:55:59 +02:00
parent ba23a6496c
commit 16db622bc9
2 changed files with 57 additions and 1 deletions
+20
View File
@@ -44577,6 +44577,26 @@ and represent the current state of research on the topic. The prescribed citatio
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'error_fieldInvalidAlias',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Alias ist ungültig',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Alias is invalid',
'description' => '',
'insertvon' => 'system'
)
)
),
// FHC-4 Finetuning END
);