mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
issue filters bugfix: Statuscode was not correctly filtered if used other language than german
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user