Skip to content

Commit

Permalink
fixup! Named query field parameters form widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Dunogier committed Jan 6, 2020
1 parent 876f528 commit 15ffd5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function addParametersFormFields(FormEvent $event)
Type\TextType::class,
[
'label' => $parameter,
'property_path' => sprintf('[Parameters][%s]', $parameter),
'property_path' => sprintf('[%s]', $parameter),
'required' => false,
]
);
Expand Down

0 comments on commit 15ffd5f

Please sign in to comment.