mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-03 22:47:45 +00:00
Remove todo
This commit is contained in:
parent
ab4193938d
commit
7f144da1a7
@ -284,7 +284,6 @@ class WorkflowController extends AbstractController
|
|||||||
$isSignaturePerson = false;
|
$isSignaturePerson = false;
|
||||||
|
|
||||||
$signatures = $entityWorkflow->getCurrentStep()->getSignatures();
|
$signatures = $entityWorkflow->getCurrentStep()->getSignatures();
|
||||||
// todo: change this logic to use the workflow definition metadata isSignature
|
|
||||||
if (!$signatures->isEmpty()) {
|
if (!$signatures->isEmpty()) {
|
||||||
$isSignaturePerson = $signatures[0]->getSigner() instanceof Person;
|
$isSignaturePerson = $signatures[0]->getSigner() instanceof Person;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user