Skip to content

Commit

Permalink
[NodeBundle] vixed error bubbling for URLChooser
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Zentjens committed Dec 12, 2017
1 parent 6029984 commit fa38076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Kunstmaan/NodeBundle/Form/Type/URLChooserType.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ public function configureOptions(OptionsResolver $resolver)
{
$resolver->setDefaults(array(
'data_class' => null,
'link_types' => []
'link_types' => [],
'error_bubbling' => false,
));
}

Expand Down

0 comments on commit fa38076

Please sign in to comment.