Feature: [docgen][person] add a new context to generate document with a

third party

This allow to prepare, for instance, mail (letters) to a thirdparty
about a Person
This commit is contained in:
2022-10-19 14:16:59 +02:00
parent 1b5d5a28fd
commit ea5f8c9d08
6 changed files with 291 additions and 1 deletions

View File

@@ -214,7 +214,7 @@ class ThirdParty implements TrackCreationInterface, TrackUpdateInterface
/**
* @ORM\Column(name="kind", type="string", length="20", options={"default": ""})
* @Groups({"write"})
* @Groups({"write", "docgen:read", "docgen:read:3party:parent"})
*/
private ?string $kind = '';