diff --git a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php index 5fd01acf3..e80f37364 100644 --- a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php +++ b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php @@ -45,6 +45,7 @@ use Symfony\Component\Validator\Constraints as Assert; /** * @ORM\ManyToOne(targetEntity=AccompanyingPeriod::class) + * @Serializer\Groups({"read"}) */ private ?AccompanyingPeriod $accompanyingPeriod = null; diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/App.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/App.vue index feee033e4..7483bc109 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/App.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/App.vue @@ -69,6 +69,90 @@
+ + +
+

{{ $t('persons_involved') }}

+ + +
+ + +
+

Tiers traitant

+ +
+

+ Aucun tiers traitant +

+ + +
+
+

{{ handlingThirdParty.text }}

+ + + +
+ +
+ + +
+

Tiers intervenants

+ +
+

Aucun tiers intervenant

+ +
+
+ +
+ + +
@@ -82,6 +166,9 @@ "startDate endDate" "comment comment" "objectives objectives" + "persons persons" + "handling handling" + "3parties 3parties" ; #title { @@ -116,6 +203,15 @@ } } } + #persons { + grid-area: persons; + } + #handlingThirdParty { + grid-area: handling; + } + #thirdParties { + grid-area: 3parties; + } } @@ -123,21 +219,43 @@