Skip to content

Commit

Permalink
Ignore extra form fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbager committed May 20, 2019
1 parent 8c5b86c commit 887141c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/Type/AbstractFilterType.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public function configureOptions(OptionsResolver $resolver): void
$resolver->setDefaults([
'data_class', null,
'csrf_protection' => false,
'allow_extra_fields' => true,
]);
}

Expand Down

0 comments on commit 887141c

Please sign in to comment.