mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-23 13:54:27 +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('Send notifications'),
|
||||||
$this->translate('Whether to send notifications for this user')
|
$this->translate('Whether to send notifications for this user')
|
||||||
);
|
);
|
||||||
|
/*
|
||||||
$this->addElement('text', 'groups', array(
|
$this->addElement('text', 'groups', array(
|
||||||
'label' => $this->translate('Usergroups'),
|
'label' => $this->translate('Usergroups'),
|
||||||
'description' => $this->translate('One or more comma separated usergroup names')
|
'description' => $this->translate('One or more comma separated usergroup names')
|
||||||
));
|
));
|
||||||
|
*/
|
||||||
$this->addImportsElement();
|
$this->addImportsElement();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user