mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
9f15bda698
commit
fe3de9458b
@ -43,8 +43,8 @@ class ShowController extends Controller
|
||||
'contact_notify_host_flapping',
|
||||
'contact_notify_host_downtime',
|
||||
));
|
||||
$query->where('contact_name', $contactName);
|
||||
$this->applyRestriction('monitoring/filter/objects', $query);
|
||||
$query->where('contact_name', $contactName);
|
||||
$contact = $query->getQuery()->fetchRow();
|
||||
|
||||
if ($contact) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user