Skip to content
Snippets Groups Projects
Commit a0dea2a0 authored by Jean-Laurent DUZANT's avatar Jean-Laurent DUZANT
Browse files

FIX #22030 TIME 0:10 add catch error

parent 6cb7da5f
No related branches found
No related tags found
No related merge requests found
......@@ -262,6 +262,9 @@ class CertificateSignatureController
'fieldName' => $args['signatureFieldName'],
'extraCertificate' => $args['certificate']
]);
if (!empty($signedDocumentPath['errors'])) {
return ['errors' => $signedDocumentPath['errors']];
}
}
if ($args['lastUserStep'] && $args['lastWorkflowStep'] && $args['signatureMode'] == 'rgs_2stars_timestamped') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment