mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 21:34:28 +02:00
Fix the event overview throwing an exception when trying to modify a filter
This commit is contained in:
parent
2b2b28915d
commit
7a243a0655
@ -602,9 +602,8 @@ class Monitoring_ListController extends Controller
|
|||||||
'service'
|
'service'
|
||||||
));
|
));
|
||||||
|
|
||||||
$this->applyFilter($query);
|
|
||||||
|
|
||||||
$this->filterQuery($query);
|
$this->filterQuery($query);
|
||||||
|
|
||||||
$this->setupSortControl(array(
|
$this->setupSortControl(array(
|
||||||
'timestamp' => 'Occurence'
|
'timestamp' => 'Occurence'
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user