mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-04 22:32:55 -04:00
IcingaUserForm: ignore groups for now
This commit is contained in:
parent
4e7856bc80
commit
c4a810ae7a
1 changed files with 2 additions and 2 deletions
|
|
@ -48,12 +48,12 @@ class IcingaUserForm extends DirectorObjectForm
|
|||
$this->translate('Send notifications'),
|
||||
$this->translate('Whether to send notifications for this user')
|
||||
);
|
||||
|
||||
/*
|
||||
$this->addElement('text', 'groups', array(
|
||||
'label' => $this->translate('Usergroups'),
|
||||
'description' => $this->translate('One or more comma separated usergroup names')
|
||||
));
|
||||
|
||||
*/
|
||||
$this->addImportsElement();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue