Skip to content

Commit

Permalink
fix error bubbling
Browse files Browse the repository at this point in the history
  • Loading branch information
cristoforocervino committed Apr 29, 2021
1 parent a9902eb commit d4dbc96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Form/PeriodType.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ public function configureOptions(OptionsResolver $resolver): void
'end_date_options' => [],
'boundary_type_child_name' => 'boundary',
'boundary_type_options' => [],
'allow_null' => true
'allow_null' => true,
'error_bubbling' => false
]);

$resolver->setAllowedValues('default_boundary_type', [
Expand Down

0 comments on commit d4dbc96

Please sign in to comment.