mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 03:09:11 +02:00
DirectorObjectForm: remove obsolete method
This commit is contained in:
parent
8c2939db60
commit
55ed08412c
@ -130,17 +130,6 @@ abstract class DirectorObjectForm extends QuickForm
|
|||||||
$this->redirectOnSuccess($msg);
|
$this->redirectOnSuccess($msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function storeGroupMembership()
|
|
||||||
{
|
|
||||||
if (! $this->object->supportsGroups()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->object->groups()->set(
|
|
||||||
preg_split('/\s*,\s*/', $this->getValue('groups'), -1, PREG_SPLIT_NO_EMPTY)
|
|
||||||
)->store();
|
|
||||||
}
|
|
||||||
|
|
||||||
protected function optionalEnum($enum)
|
protected function optionalEnum($enum)
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user