mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	Add at_date to userRender for rendering the text
This commit is contained in:
		| @@ -81,7 +81,7 @@ class UserNormalizer implements ContextAwareNormalizerInterface, NormalizerAware | ||||
|             'type' => 'user', | ||||
|             'id' => $object->getId(), | ||||
|             'username' => $object->getUsername(), | ||||
|             'text' => $this->userRender->renderString($object, []), | ||||
|             'text' => $this->userRender->renderString($object, ['at_date' => $at]), | ||||
|             'text_without_absent' => $this->userRender->renderString($object, ['absence' => false]), | ||||
|             'label' => $object->getLabel(), | ||||
|             'email' => (string) $object->getEmail(), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user