ServiceGroup: Make assign optional

fixes #930
This commit is contained in:
Dirk Goetz 2019-04-24 14:02:32 +02:00
parent 099c53a008
commit b70bf7659e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class IcingaServiceGroupForm extends DirectorObjectForm
{
$this->addAssignFilter([
'suggestionContext' => 'ServiceFilterColumns',
'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'