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…
Reference in New Issue