mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +02:00
Merge pull request #1845 from dgoetz/fix/930-servicegroup_assign_optional
ServiceGroup: Make assign optional
This commit is contained in:
commit
fe53dee21d
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user