|
@@ -51,7 +51,7 @@ |
|
|
block discarded – undo |
|
51
|
51
|
$builder |
|
52
|
52
|
|
|
53
|
53
|
->add('format', ChoiceType::class, ['choices' => |
|
54
|
|
- ['JSON' => 'json', 'XML' => 'xml','CSV'=>'csv' ,'YAML' => 'yaml'], 'label' => 'export.format']) |
|
|
54
|
+ ['JSON' => 'json', 'XML' => 'xml', 'CSV'=>'csv', 'YAML' => 'yaml'], 'label' => 'export.format']) |
|
55
|
55
|
->add('csv_separator', TextType::class, ['data' => ';', 'label' => 'import.csv_separator']) |
|
56
|
56
|
->add('parent', EntityType::class, ['class' => $data['entity_class'], 'choice_label' => 'full_path', |
|
57
|
57
|
'attr' => ['class' => 'selectpicker', 'data-live-search' => true], 'required' => false, 'label' => 'parent.label']) |
Please login to merge, or discard this patch.