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

FIX #22030 TIME 0 remove rgs_2stars_timestamped signature mode for Contralia

parent a0dea2a0
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ class DigitalSignatureController ...@@ -34,7 +34,7 @@ class DigitalSignatureController
$nbSignatories = 0; $nbSignatories = 0;
foreach ($args['workflow'] as $key => $currentUserId) { foreach ($args['workflow'] as $key => $currentUserId) {
if (in_array($currentUserId['signature_mode'], ['eidas', 'inca_card_eidas', 'rgs_2stars_timestamped'])) { if (in_array($currentUserId['signature_mode'], ['eidas', 'inca_card_eidas'])) {
$nbSignatories++; $nbSignatories++;
} else { } else {
unset($args['workflow'][$key]); unset($args['workflow'][$key]);
......
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