Undo 'add thirdparty comment in acccourse resources' (commit 62b8b3e6)

-> it was displaying wrong comment !
This commit is contained in:
2022-01-12 11:19:57 +01:00
parent b23161fa1d
commit b1bffd875c
5 changed files with 0 additions and 7 deletions

View File

@@ -46,7 +46,6 @@ class ThirdPartyNormalizer implements NormalizerAwareInterface, NormalizerInterf
'parent' => $this->normalizer->normalize($thirdParty->getParent(), $format, $context),
'civility' => $this->normalizer->normalize($thirdParty->getCivility(), $format, $context),
'contactDataAnonymous' => $thirdParty->isContactDataAnonymous(),
'comment' => $thirdParty->getComment(),
];
}