diff --git a/modules/monitoring/application/clicommands/ListCommand.php b/modules/monitoring/application/clicommands/ListCommand.php index de0df668a..5cf804a77 100644 --- a/modules/monitoring/application/clicommands/ListCommand.php +++ b/modules/monitoring/application/clicommands/ListCommand.php @@ -56,9 +56,6 @@ class ListCommand extends Command $query->limit($limit, $this->params->shift('offset')); } foreach ($this->params->getParams() as $col => $filter) { - if (strtolower($col) === 'problems') { - $col = 'service_problem'; - } $query->where($col, $filter); } // $query->applyFilters($this->params->getParams());