Merge remote-tracking branch 'origin/master' into rector/rules-up-to-php74

This commit is contained in:
2023-04-27 23:32:31 +02:00
64 changed files with 584 additions and 577 deletions

View File

@@ -81,7 +81,7 @@ class SingleTaskType extends AbstractType
->add('circle', ScopePickerType::class, [
'center' => $center,
'role' => $options['role'],
'required' => false,
'required' => true,
]);
}
}