From f5c7ab6ef0fa1d06f09c68edc027b4e64ddb5375 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Mon, 12 Feb 2024 09:02:48 +0100 Subject: [PATCH] add back the annotation to edit accompanying period work for referrers --- .../Entity/AccompanyingPeriod/AccompanyingPeriodWork.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php index e69bd4f36..126318908 100644 --- a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php +++ b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php @@ -385,6 +385,7 @@ class AccompanyingPeriodWork implements AccompanyingPeriodLinkedWithSocialIssues /** * @return ReadableCollection + * @Serializer\Groups({"accompanying_period_work:edit"}) */ public function getReferrers(): ReadableCollection {