mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
monitoring: Apply restriction on contacts before calling filterQuery which also handles format
refs #9965
This commit is contained in:
parent
d463a86304
commit
959cff4d10
@ -295,8 +295,8 @@ class Monitoring_ListController extends Controller
|
||||
'contact_notify_service_timeperiod',
|
||||
'contact_notify_host_timeperiod'
|
||||
));
|
||||
$this->filterQuery($query);
|
||||
$this->applyRestriction('monitoring/filter/objects', $query);
|
||||
$this->filterQuery($query);
|
||||
$this->view->contacts = $query;
|
||||
|
||||
$this->setupLimitControl();
|
||||
|
Loading…
x
Reference in New Issue
Block a user