mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Revert "Fix icingacli monitoring list --problems"
This reverts commit 855e7f71208cb6d69b2190a7709182518178d382.
This commit is contained in:
parent
04913f3699
commit
b3fcbbee97
@ -56,9 +56,6 @@ class ListCommand extends Command
|
|||||||
$query->limit($limit, $this->params->shift('offset'));
|
$query->limit($limit, $this->params->shift('offset'));
|
||||||
}
|
}
|
||||||
foreach ($this->params->getParams() as $col => $filter) {
|
foreach ($this->params->getParams() as $col => $filter) {
|
||||||
if (strtolower($col) === 'problems') {
|
|
||||||
$col = 'service_problem';
|
|
||||||
}
|
|
||||||
$query->where($col, $filter);
|
$query->where($col, $filter);
|
||||||
}
|
}
|
||||||
// $query->applyFilters($this->params->getParams());
|
// $query->applyFilters($this->params->getParams());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user