mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
set required to false refs #301
This commit is contained in:
@@ -50,7 +50,8 @@ class CustomFieldText implements CustomFieldInterface
|
||||
: 'textarea';
|
||||
|
||||
$builder->add($customField->getSlug(), $type, array(
|
||||
'label' => $customField->getName()[$this->requestStack->getCurrentRequest()->getLocale()]
|
||||
'label' => $customField->getName()[$this->requestStack->getCurrentRequest()->getLocale()],
|
||||
'required' => false
|
||||
));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user