mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
replace comment by commentEmbeddable
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Chill\PersonBundle\Form;
|
||||
|
||||
use Chill\MainBundle\Form\Type\ChillDateType;
|
||||
use Chill\MainBundle\Form\Type\ChillTextareaType;
|
||||
use Chill\MainBundle\Form\Type\CommentType;
|
||||
use Chill\PersonBundle\Entity\Household\Household;
|
||||
use Symfony\Component\Form\Extension\Core\Type\CheckboxType;
|
||||
use Symfony\Component\Form\AbstractType;
|
||||
@@ -15,7 +15,7 @@ class HouseholdType extends AbstractType
|
||||
public function buildForm(FormBuilderInterface $builder, array $options)
|
||||
{
|
||||
$builder
|
||||
->add('commentMembers', ChillTextareaType::class, [
|
||||
->add('commentMembers', CommentType::class, [
|
||||
'label' => 'household.comment_membership',
|
||||
'required' => false
|
||||
])
|
||||
|
Reference in New Issue
Block a user