Notizcomponent: Api Controller for Notizzuordnungs_ids

This commit is contained in:
ma0068
2024-05-03 09:43:49 +02:00
parent ce72294273
commit 6e9ee7cf81
23 changed files with 786 additions and 464 deletions
+22
View File
@@ -27781,6 +27781,28 @@ array(
)
)
),
//**************************** FHC-Core-Notizcomponent
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'error_typeNotizIdIncorrect',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Id-Typ der Notiz ist nicht korrekt',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Id type of note is incorrect',
'description' => '',
'insertvon' => 'system'
)
)
),
);