Add on_hold label to vue components

This commit is contained in:
2024-08-08 12:19:33 +02:00
committed by Julien Fastré
parent c21de777fd
commit d119ba49f7
5 changed files with 11 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ class EntityWorkflowNormalizer implements NormalizerInterface, NormalizerAwareIn
'steps' => $this->normalizer->normalize($object->getStepsChained(), $format, $context),
'datas' => $this->normalizer->normalize($handler->getEntityData($object), $format, $context),
'title' => $handler->getEntityTitle($object),
'isOnHoldAtCurrentStep' => $object->isOnHoldAtCurrentStep(),
];
}