Skip to content

Commit 407a301

Browse files
committed
bug #1302 Fix an exception in CommentType (rosier)
This PR was merged into the main branch. Discussion ---------- Fix an exception in CommentType Fixes: An exception has been thrown during the rendering of a template ("An error has occurred resolving the options of the form "Symfony\Component\Form\Extension\Core\Type\TextareaType": The option "formaction" does not exist. Commits ------- 7861a6d Fix an exception in CommentType
2 parents 2aa5be7 + 7861a6d commit 407a301

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Form/CommentType.php

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
4343
$builder
4444
->add('content', TextareaType::class, [
4545
'help' => 'help.comment_content',
46-
'formaction' => 'foo',
4746
])
4847
;
4948
}

0 commit comments

Comments
 (0)