Corrections voter + entity property intensity, not emergency

This commit is contained in:
2022-02-09 17:15:38 +01:00
parent 7aad5be29f
commit 05e9f118d7
2 changed files with 6 additions and 6 deletions

View File

@@ -183,7 +183,7 @@ class AccompanyingPeriod implements
/**
* @ORM\Column(type="boolean", options={"default": false})
* @Groups({"read", "docgen:read"})
* @Groups({"read", "write", "docgen:read"})
*/
private bool $emergency = false;
@@ -198,7 +198,7 @@ class AccompanyingPeriod implements
/**
* @var string
* @ORM\Column(type="string", nullable=true)
* @Groups({"read", "write"})
* @Groups({"read"})
* @Assert\NotBlank(groups={AccompanyingPeriod::STEP_CONFIRMED})
*/
private $intensity = self::INTENSITY_OCCASIONAL;