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

refs #9965
This commit is contained in:
Eric Lippmann 2015-08-21 11:16:53 +02:00
parent 5d325f3182
commit d463a86304
1 changed files with 1 additions and 1 deletions

View File

@ -272,8 +272,8 @@ class Monitoring_ListController extends Controller
'host_display_name',
'service_display_name'
));
$this->filterQuery($query);
$this->applyRestriction('monitoring/filter/objects', $query);
$this->filterQuery($query);
$this->view->notifications = $query;
$this->setupLimitControl();