IcingaHostGroupForm: assignment is not required

fixes #814
This commit is contained in:
Thomas Gelf 2017-02-27 19:34:47 +01:00
parent 8f8c8bf841
commit b248e8dcae

View File

@ -26,7 +26,7 @@ class IcingaHostGroupForm extends DirectorObjectForm
{
$this->addAssignFilter(array(
'columns' => IcingaHost::enumProperties($this->db, 'host.'),
'required' => true,
'required' => false,
'description' => $this->translate(
'This allows you to configure an assignment filter. Please feel'
. ' free to combine as many nested operators as you want'