mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
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',
|
'host_display_name',
|
||||||
'service_display_name'
|
'service_display_name'
|
||||||
));
|
));
|
||||||
$this->applyRestriction('monitoring/filter/objects', $query);
|
|
||||||
$this->filterQuery($query);
|
$this->filterQuery($query);
|
||||||
|
$this->applyRestriction('monitoring/filter/objects', $query);
|
||||||
$this->view->notifications = $query;
|
$this->view->notifications = $query;
|
||||||
|
|
||||||
$this->setupLimitControl();
|
$this->setupLimitControl();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user