Skip to content

Commit

Permalink
ServiceGroup: Make assign optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoetz committed Apr 24, 2019
1 parent 099c53a commit b70bf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/forms/IcingaServiceGroupForm.php
Expand Up @@ -25,7 +25,7 @@ protected function addAssignmentElements()
{
$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'
Expand Down

0 comments on commit b70bf76

Please sign in to comment.