From b772658e9a86c93223ffb8f6a1cefa9b18126f64 Mon Sep 17 00:00:00 2001 From: Antony Le Courtes <antony.lecourtes@unicaen.fr> Date: Mon, 23 Sep 2024 15:48:34 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20d'une=20v=C3=A9rification=20sur=20l'exi?= =?UTF-8?q?stence=20d'une=20cl=C3=A8s=20"recipient"=20lors=20de=20la=20cr?= =?UTF-8?q?=C3=A9ation=20des=20datas=20pour=20la=20d=C3=A9clenchement=20d'?= =?UTF-8?q?un=20process?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Service/SignatureService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Service/SignatureService.php b/src/Service/SignatureService.php index b40a593..9236016 100644 --- a/src/Service/SignatureService.php +++ b/src/Service/SignatureService.php @@ -310,6 +310,7 @@ class SignatureService } else { $optionsStep = $step->getOptions(); + $recipients = []; if(array_key_exists('recipients', $optionsStep)) { $recipients = $step->getOptions()['recipients']; -- GitLab