Revert "Fix icingacli monitoring list --problems"

This reverts commit 855e7f7120.
This commit is contained in:
Eric Lippmann 2018-07-09 16:08:02 +02:00
parent 04913f3699
commit b3fcbbee97
1 changed files with 0 additions and 3 deletions

View File

@ -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());