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
+6 -1
View File
@@ -866,7 +866,7 @@ $filters = array(
'default_filter' => true,
'filter' => '
{
"name": "Alle offenen Fehler",
"name": "Alle offenen Fehler, hauptzuständig",
"columns": [
{"name": "Datum"},
{"name": "Inhalt"},
@@ -880,6 +880,11 @@ $filters = array(
"name": "Fehlerstatus",
"operation": "ncontains",
"condition": "behoben"
},
{
"name": "Hauptzuständig",
"operation": "contains",
"condition": "Ja"
}
]
}
+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',