Add documents to Activity Form

This commit is contained in:
Jean-Francois Monfort
2021-05-06 13:40:25 +02:00
parent 1f1b9c594f
commit fc172fdb1f
5 changed files with 77 additions and 9 deletions

View File

@@ -119,7 +119,7 @@ class Activity implements HasCenterInterface, HasScopeInterface
private Collection $thirdParties;
/**
* @ORM\ManyToMany(targetEntity="Chill\DocStoreBundle\Entity\Document")
* @ORM\ManyToMany(targetEntity="Chill\DocStoreBundle\Entity\StoredObject")
*/
private Collection $documents;