Skip to content
Snippets Groups Projects
Commit b772658e authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Ajout d'une vérification sur l'existence d'une clès "recipient" lors de la...

Ajout d'une vérification sur l'existence d'une clès "recipient" lors de la création des datas pour la déclenchement d'un process
parent 36a82887
No related branches found
No related tags found
No related merge requests found
Pipeline #30622 passed
...@@ -310,6 +310,7 @@ class SignatureService ...@@ -310,6 +310,7 @@ class SignatureService
} }
else { else {
$optionsStep = $step->getOptions(); $optionsStep = $step->getOptions();
$recipients = [];
if(array_key_exists('recipients', $optionsStep)) if(array_key_exists('recipients', $optionsStep))
{ {
$recipients = $step->getOptions()['recipients']; $recipients = $step->getOptions()['recipients'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment