From 7f144da1a789f1683fbace2c1f0980d4584a5915 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 10 Jul 2024 16:27:06 +0200 Subject: [PATCH] Remove todo --- src/Bundle/ChillMainBundle/Controller/WorkflowController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Controller/WorkflowController.php b/src/Bundle/ChillMainBundle/Controller/WorkflowController.php index 9d130c82e..6575d6c93 100644 --- a/src/Bundle/ChillMainBundle/Controller/WorkflowController.php +++ b/src/Bundle/ChillMainBundle/Controller/WorkflowController.php @@ -284,7 +284,6 @@ class WorkflowController extends AbstractController $isSignaturePerson = false; $signatures = $entityWorkflow->getCurrentStep()->getSignatures(); - // todo: change this logic to use the workflow definition metadata isSignature if (!$signatures->isEmpty()) { $isSignaturePerson = $signatures[0]->getSigner() instanceof Person; }