mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
privateCommentType adjusted
This commit is contained in:
parent
e8dcb45abb
commit
3ed2b36057
@ -43,7 +43,9 @@ class PrivateCommentType extends AbstractType
|
|||||||
public function buildForm(FormBuilderInterface $builder, array $options)
|
public function buildForm(FormBuilderInterface $builder, array $options)
|
||||||
{
|
{
|
||||||
$builder
|
$builder
|
||||||
->add('comments', ChillTextareaType::class)
|
->add('comments', ChillTextareaType::class, [
|
||||||
|
'label' => 'private comment'
|
||||||
|
])
|
||||||
->setDataMapper($this->dataMapper);
|
->setDataMapper($this->dataMapper);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user