activity vue: list socialIssues checkbox from accompanyingCourse

This commit is contained in:
2021-06-26 12:40:23 +02:00
parent 0b117e5158
commit 3a81124e04
7 changed files with 130 additions and 13 deletions

View File

@@ -106,12 +106,14 @@ class Activity implements HasCenterInterface, HasScopeInterface
/**
* @ORM\ManyToMany(targetEntity="Chill\PersonBundle\Entity\SocialWork\SocialIssue")
* @ORM\JoinTable(name="chill_activity_activity_chill_person_socialissue")
* @Groups({"read"})
*/
private $socialIssues;
/**
* @ORM\ManyToMany(targetEntity="Chill\PersonBundle\Entity\SocialWork\SocialAction")
* @ORM\JoinTable(name="chill_activity_activity_chill_person_socialaction")
* @Groups({"read"})
*/
private $socialActions;