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