mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
person: re-enable the creation of a person
This commit is contained in:
@@ -105,7 +105,7 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The person's deathdate
|
* The person's deathdate
|
||||||
* @var \DateTime
|
* @var \DateTimeImmutable
|
||||||
*
|
*
|
||||||
* @ORM\Column(type="date_immutable", nullable=true)
|
* @ORM\Column(type="date_immutable", nullable=true)
|
||||||
*/
|
*/
|
||||||
@@ -281,7 +281,7 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
|
|||||||
*
|
*
|
||||||
* @ORM\Column(type="boolean", options={"default" : false})
|
* @ORM\Column(type="boolean", options={"default" : false})
|
||||||
*/
|
*/
|
||||||
private ?bool $acceptSMS = null;
|
private ?bool $acceptSMS = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Accept receiving email
|
* Accept receiving email
|
||||||
@@ -289,7 +289,7 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
|
|||||||
*
|
*
|
||||||
* @ORM\Column(type="boolean", options={"default" : false})
|
* @ORM\Column(type="boolean", options={"default" : false})
|
||||||
*/
|
*/
|
||||||
private ?bool $acceptEmail = null;
|
private ?bool $acceptEmail = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Number of children
|
* Number of children
|
||||||
|
Reference in New Issue
Block a user