mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
close 623
This commit is contained in:
@@ -40,7 +40,7 @@ class CustomFieldType extends AbstractType
|
||||
|
||||
$builder
|
||||
->add('name', 'translatable_string')
|
||||
->add('active')
|
||||
->add('active', 'checkbox', array('required' => false))
|
||||
->add('customFieldsGroup', 'entity', array(
|
||||
'class' => 'ChillCustomFieldsBundle:CustomFieldsGroup',
|
||||
'property' => 'name['.$this->culture.']'
|
||||
|
Reference in New Issue
Block a user