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:
parent
b6a7b43dd0
commit
eb93886cc7
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue