Translate datetime object with icu: split date and time

Translate datetime within icu format
This commit is contained in:
2024-08-28 16:27:04 +02:00
committed by Julien Fastré
parent cc8214d52c
commit ce781a5b58
4 changed files with 5 additions and 2 deletions

View File

@@ -387,6 +387,7 @@ class WorkflowController extends AbstractController
'notice',
$this->translator->trans('workflow.signature_zone.already_signed_alert')
);
return $this->redirectToRoute('chill_main_workflow_show', ['id' => $signature->getStep()->getEntityWorkflow()->getId()]);
}