mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 06:44:33 +02:00
ListController: Apply contactgroup restrictions after the filter editor
This commit is contained in:
parent
09d9d00844
commit
1a08102531
@ -390,8 +390,8 @@ class Monitoring_ListController extends Controller
|
||||
'contact_email',
|
||||
'contact_pager'
|
||||
));
|
||||
$this->applyRestriction('monitoring/filter/objects', $query);
|
||||
$this->filterQuery($query);
|
||||
$this->applyRestriction('monitoring/filter/objects', $query);
|
||||
|
||||
$this->setupSortControl(array(
|
||||
'contactgroup_name' => $this->translate('Contactgroup Name'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user