diff --git a/src/Kunstmaan/NodeBundle/Form/Type/URLChooserType.php b/src/Kunstmaan/NodeBundle/Form/Type/URLChooserType.php index 78e83970f8..b0bf805e87 100644 --- a/src/Kunstmaan/NodeBundle/Form/Type/URLChooserType.php +++ b/src/Kunstmaan/NodeBundle/Form/Type/URLChooserType.php @@ -70,7 +70,8 @@ public function configureOptions(OptionsResolver $resolver) { $resolver->setDefaults(array( 'data_class' => null, - 'link_types' => [] + 'link_types' => [], + 'error_bubbling' => false, )); }