mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
Fixed string casting of the condition for the filter component
Fixed CSS for the error box in the logs viewer filter
This commit is contained in:
@@ -376,7 +376,7 @@ class FilterCmptLib
|
||||
//
|
||||
if (isset($filterField['name']) && isset($filterField['operation']) && isset($filterField['condition'])
|
||||
&& !isEmptyString($filterField['name']) && !isEmptyString($filterField['operation'])
|
||||
&& !isEmptyString($filterField['condition']))
|
||||
&& !isEmptyString((string)$filterField['condition']))
|
||||
{
|
||||
// Fine
|
||||
$filter = new stdClass();
|
||||
|
||||
Reference in New Issue
Block a user