diff --git a/Resources/config/doctrine/Person.orm.yml b/Resources/config/doctrine/Person.orm.yml index 7156a1626..ec381acbe 100644 --- a/Resources/config/doctrine/Person.orm.yml +++ b/Resources/config/doctrine/Person.orm.yml @@ -37,7 +37,8 @@ Chill\PersonBundle\Entity\Person: cFData: type: array phonenumber: - type:text + type: text + nullable: true manyToOne: countryOfBirth: targetEntity: Chill\MainBundle\Entity\Country diff --git a/Resources/views/Person/list.html.twig b/Resources/views/Person/list.html.twig index 00ad0c294..bb59fd69c 100644 --- a/Resources/views/Person/list.html.twig +++ b/Resources/views/Person/list.html.twig @@ -44,7 +44,7 @@