diff --git a/src/Entity/Project.php b/src/Entity/Project.php index c099f30..b3e5c08 100644 --- a/src/Entity/Project.php +++ b/src/Entity/Project.php @@ -65,11 +65,11 @@ class Project private ?Client $client = null; #[ORM\Column(length: 255, nullable: true)] - #[Groups(['project:read', 'project:write'])] + #[Groups(['project:read', 'project:write', 'task:read'])] private ?string $giteaOwner = null; #[ORM\Column(length: 255, nullable: true)] - #[Groups(['project:read', 'project:write'])] + #[Groups(['project:read', 'project:write', 'task:read'])] private ?string $giteaRepo = null; public function getId(): ?int