Skip to content
Snippets Groups Projects
Commit d2b8df47 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Meilleure info sur les validations

parent d0b8743e
Branches
Tags
No related merge requests found
......@@ -86,7 +86,7 @@ class ValidationViewHelper extends AbstractHtmlElement
$title = $entity->getTypeValidation().' de '.$entity->getIntervenant();
return $this->getView()->tag('abbr', compact('title'))->html(
'Validation'
'Validation du '.$entity->getHistoModification()->format(\Application\Constants::DATETIME_FORMAT).' par '.$entity->getHistoModificateur()
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment