mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
ChillCUstomFieldsBundle: Symfony\Component\Frm\FormFactory::createNamedBuilder(): Argument #1 () must be of type string
This commit is contained in:
parent
88c0b1570d
commit
65902ea231
@ -298,7 +298,7 @@ class CustomFieldsGroupController extends AbstractController
|
||||
->setCustomFieldsGroup($customFieldsGroup);
|
||||
|
||||
$builder = $this->get('form.factory')
|
||||
->createNamedBuilder(null, FormType::class, $customfield, [
|
||||
->createNamedBuilder('', FormType::class, $customfield, [
|
||||
'method' => 'GET',
|
||||
'action' => $this->generateUrl('customfield_new'),
|
||||
'csrf_protection' => false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user