mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-21 12:54:26 +02:00
IcingaUserForm: ignore groups for now
This commit is contained in:
parent
4e7856bc80
commit
c4a810ae7a
@ -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…
x
Reference in New Issue
Block a user