Render the history for workflow, with signature and onHold, and destUserGroups

This commit is contained in:
2024-10-01 18:18:14 +02:00
parent c4c7280b52
commit cef641ee24
7 changed files with 106 additions and 83 deletions

View File

@@ -28,7 +28,7 @@ final readonly class UserGroupRender implements UserGroupRenderInterface
public function renderString($entity, array $options): string
{
/* @var $entity UserGroup */
return $this->translatableStringHelper->localize($entity->getLabel());
return (string) $this->translatableStringHelper->localize($entity->getLabel());
}
public function supports(object $entity, array $options): bool