mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Do not filter for `contactgroup' in case the concrete group name is known
refs #8613
This commit is contained in:
parent
71c013178e
commit
5ec4919aa6
@ -27,7 +27,7 @@ if (! empty($object->contactgroups)) {
|
||||
$list[] = $this->qlink(
|
||||
$contactgroup->contactgroup_alias,
|
||||
'monitoring/list/contactgroups',
|
||||
array('contactgroup' => $contactgroup->contactgroup_name),
|
||||
array('contactgroup_name' => $contactgroup->contactgroup_name),
|
||||
array('title' => sprintf($this->translate('List contacts in contact-group "%s"'), $contactgroup->contactgroup_alias))
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user