mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
8034e9de23
commit
855e7f7120
@ -55,6 +55,9 @@ 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