mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
monitoring: Apply restriction on contact groups before calling filterQuery which also handles format
refs #9965
This commit is contained in:
parent
959cff4d10
commit
e58c0a8e42
@ -367,8 +367,8 @@ class Monitoring_ListController extends Controller
|
|||||||
'contact_email',
|
'contact_email',
|
||||||
'contact_pager'
|
'contact_pager'
|
||||||
));
|
));
|
||||||
$this->filterQuery($query);
|
|
||||||
$this->applyRestriction('monitoring/filter/objects', $query);
|
$this->applyRestriction('monitoring/filter/objects', $query);
|
||||||
|
$this->filterQuery($query);
|
||||||
|
|
||||||
$this->setupSortControl(array(
|
$this->setupSortControl(array(
|
||||||
'contactgroup_name' => $this->translate('Contactgroup Name'),
|
'contactgroup_name' => $this->translate('Contactgroup Name'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user