firstname added to onthefly for child or contact

This commit is contained in:
2022-03-14 11:48:39 +01:00
parent f44f9d356b
commit 09e6872724
5 changed files with 21 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ class ThirdPartyNormalizer implements NormalizerAwareInterface, NormalizerInterf
{
return [
'type' => 'thirdparty',
'firstname' => $thirdParty->getFirstname(),
'name' => $thirdParty->getName(),
'text' => $this->thirdPartyRender->renderString($thirdParty, []),
'id' => $thirdParty->getId(),