Issues konfiguration: added GUI for assigning konfiguration to fehler

This commit is contained in:
KarpAlex
2023-05-21 17:34:11 +02:00
parent 1ec52e710a
commit 696849062f
13 changed files with 888 additions and 8 deletions
+22
View File
@@ -1211,6 +1211,28 @@ $filters = array(
',
'oe_kurzbz' => null
),
array(
'app' => 'core',
'dataset_name' => 'fehlerKonfiguration',
'filter_kurzbz' => 'fehlerKonfiguration',
'description' => '{Fehler Konfiguration}',
'sort' => 1,
'default_filter' => true,
'filter' => '
{
"name": "Fehler Konfiguration",
"columns": [
{"name": "konfigurationstyp_kurzbz"},
{"name": "fehlercode"},
{"name": "fehler_kurzbz"},
{"name": "konfiguration"},
{"name": "app"}
],
"filters": []
}
',
'oe_kurzbz' => null
),
array(
'app' => 'core',
'dataset_name' => 'gruppenmanagement',