[#NUMERO_TICKET] TITRE TICKET #2

Merged
malio merged 302 commits from develop into main 2026-03-18 13:16:19 +00:00
Showing only changes of commit bc9471e4ba - Show all commits

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)]