mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
8034e9de23
commit
855e7f7120
@ -55,6 +55,9 @@ 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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user