monitoring: Apply restriction on contact groups before calling filterQuery which also handles format

refs #9965
This commit is contained in:
Eric Lippmann 2015-08-21 11:18:30 +02:00
parent 959cff4d10
commit e58c0a8e42
1 changed files with 1 additions and 1 deletions

View File

@ -367,8 +367,8 @@ class Monitoring_ListController extends Controller
'contact_email',
'contact_pager'
));
$this->filterQuery($query);
$this->applyRestriction('monitoring/filter/objects', $query);
$this->filterQuery($query);
$this->setupSortControl(array(
'contactgroup_name' => $this->translate('Contactgroup Name'),