add ordering to serialization

This commit is contained in:
Julie Lenaerts 2022-04-21 20:49:54 +02:00
parent c6be7955fd
commit 0a05dcd753

View File

@ -40,6 +40,7 @@ class SocialActionNormalizer implements NormalizerAwareInterface, NormalizerInte
'desactivationDate' => $this->normalizer->normalize($socialAction->getDesactivationDate(), $format, $context),
'title' => $socialAction->getTitle(),
'issue' => $this->normalizer->normalize($socialAction->getIssue(), $format, $context),
'ordering' => $this->normalizer->normalize($socialAction->getOrdering(), $format, $context)
];
case 'docgen':