mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +02:00
DirectorObjectForm: another "magic" column
Still ugly
This commit is contained in:
parent
f2b1df68c6
commit
01078199a6
@ -112,6 +112,10 @@ abstract class DirectorObjectForm extends QuickForm
|
||||
$this->getElement('check_command_id')
|
||||
->setMultiOptions($this->optionalEnum($db->enumCheckCommands()));
|
||||
}
|
||||
if ($this->hasElement('command_id')) {
|
||||
$this->getElement('command_id')
|
||||
->setMultiOptions($this->optionalEnum($db->enumCommands()));
|
||||
}
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user