fix(backend) : add task:read serialization group to Project id

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matthieu
2026-03-13 12:06:52 +01:00
parent cb5aa4584c
commit bc9471e4ba

View File

@@ -38,7 +38,7 @@ class Project
#[ORM\Id]
#[ORM\GeneratedValue]
#[ORM\Column]
#[Groups(['project:read', 'time_entry:read'])]
#[Groups(['project:read', 'time_entry:read', 'task:read'])]
private ?int $id = null;
#[ORM\Column(length: 10, unique: true)]