mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
Remove todo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user