FEATURE [evaluation][serialization] add new time spent property to serialization

This commit is contained in:
Julie Lenaerts 2023-02-15 11:17:59 +01:00
parent 08b3d476a7
commit 8957f3fed4

View File

@ -162,6 +162,9 @@ class AccompanyingPeriodWorkEvaluation implements TrackCreationInterface, TrackU
/**
* @ORM\Column(type="time", nullable=true)
* @Serializer\Groups({"read", "docgen:read"})
* @Serializer\Groups({"write"})
* @Serializer\Groups({"accompanying_period_work_evaluation:create"})
*/
private ?DateTimeInterface $timeSpent = null;