mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-02 22:17:45 +00:00
Remove todo
This commit is contained in:
parent
ab4193938d
commit
7f144da1a7
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user