Skip to content

Commit

Permalink
Merge pull request #1756 from deZinc/fix/error_bubbling_url
Browse files Browse the repository at this point in the history
[NodeBundle] fixed error bubbling for URLChooser
  • Loading branch information
sandergo90 authored Dec 12, 2017
2 parents 6029984 + fa38076 commit 96674cb
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 96674cb

Please sign in to comment.