ListController: Do not apply restrictions before the filter editor is being set up

Might cause the restrictions being shown to the user..

refs #9009
This commit is contained in:
Johannes Meyer 2015-06-12 14:58:20 +02:00
parent b6a7b43dd0
commit eb93886cc7
1 changed files with 1 additions and 1 deletions

View File

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