issue overview: added column "Zugehörigkeit"(Belonging) to show study programs of concerning person and wether it is an employee

This commit is contained in:
KarpAlex
2022-06-29 17:59:57 +02:00
parent eeba5c7bd5
commit 1c3acc6366
3 changed files with 56 additions and 14 deletions
+20
View File
@@ -14852,6 +14852,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'fehlermonitoring',
'phrase' => 'zugehoerigkeit',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Zugehörigkeit",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "belonging",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',