Issues list: added Hauptzuständig column to filter out issues assigned to other persons/oes than logged in user

This commit is contained in:
KarpAlex
2021-10-28 18:10:13 +02:00
parent 8cc5be2c40
commit 8068fb1c7c
3 changed files with 69 additions and 26 deletions
+20
View File
@@ -13414,6 +13414,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'fehlermonitoring',
'phrase' => 'hauptzustaendig',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Hauptzuständig",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Main responsibility",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'fehlermonitoring',