From b70bf7659e4dfacb2704c9d23f75406191817eef Mon Sep 17 00:00:00 2001 From: Dirk Goetz Date: Wed, 24 Apr 2019 14:02:32 +0200 Subject: [PATCH] ServiceGroup: Make assign optional fixes #930 --- application/forms/IcingaServiceGroupForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/IcingaServiceGroupForm.php b/application/forms/IcingaServiceGroupForm.php index ad88d2d9..65b8dfeb 100644 --- a/application/forms/IcingaServiceGroupForm.php +++ b/application/forms/IcingaServiceGroupForm.php @@ -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'