mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
DataTypeDirectorObject: do not force 'require'
This commit is contained in:
parent
542f1faf76
commit
d8f02c8974
@ -27,7 +27,6 @@ class DataTypeDirectorObject extends DataTypeHook
|
||||
$enum = $db->fetchPairs($query);
|
||||
|
||||
$params = array(
|
||||
'required' => true,
|
||||
'multiOptions' => array(
|
||||
null => $form->translate('- please choose -'),
|
||||
) + $enum,
|
||||
|
Loading…
x
Reference in New Issue
Block a user