mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaNotificationForm: fix user groups field...
...detection refs #462
This commit is contained in:
parent
bacea2eeaa
commit
e03333b4dc
@ -176,7 +176,7 @@ class IcingaNotificationForm extends DirectorObjectForm
|
|||||||
|
|
||||||
$this->addElement('select', 'user_groups_var', [
|
$this->addElement('select', 'user_groups_var', [
|
||||||
'label' => $this->translate('User Groups Custom Variable'),
|
'label' => $this->translate('User Groups Custom Variable'),
|
||||||
'multiOptions' => $this->enumDirectorObjectFields('user_group'),
|
'multiOptions' => $this->enumDirectorObjectFields('usergroup'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'If defined, User Groups from this Custom Variable will be combined with single Groups chosen below. '
|
'If defined, User Groups from this Custom Variable will be combined with single Groups chosen below. '
|
||||||
. ' e.g.: when set to notification_groups, this notification will pick User Groups from the Array'
|
. ' e.g.: when set to notification_groups, this notification will pick User Groups from the Array'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user