IcingaUserForm: ignore groups for now

This commit is contained in:
Thomas Gelf 2015-12-18 12:10:19 +01:00
parent 4e7856bc80
commit c4a810ae7a
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}
}