mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 06:44:59 +00:00
Render the history for workflow, with signature and onHold, and destUserGroups
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user