issue filters bugfix: Statuscode was not correctly filtered if used other language than german

This commit is contained in:
KarpAlex
2022-01-17 09:56:26 +01:00
parent 6080750495
commit 09ec853f2d
+4 -4
View File
@@ -902,9 +902,9 @@ $filters = array(
],
"filters": [
{
"name": "Fehlerstatus",
"name": "Statuscode",
"operation": "ncontains",
"condition": "behoben"
"condition": "resolved"
},
{
"name": "Hauptzuständig",
@@ -973,9 +973,9 @@ $filters = array(
"option": "days"
},
{
"name": "Fehlerstatus",
"name": "Statuscode",
"operation": "contains",
"condition": "behoben"
"condition": "resolved"
}
]
}