You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,7 +70,9 @@ function os2forms_digital_signature_update_10001(&$sandbox) {
63
70
}
64
71
65
72
if ($signedKey === NULL) {
66
-
$skipped[$webform->id()] = 'the handler is enabled but the webform has no os2forms_digital_signature_document or os2forms_attachment element';
73
+
$logger->warning('Skipped webform @id during digital signature config migration: the handler is enabled but the webform has no os2forms_digital_signature_document or os2forms_attachment element. Configure the handler manually.', [
74
+
'@id' => $webform->id(),
75
+
]);
67
76
}
68
77
else {
69
78
if (count($candidates) > 1) {
@@ -89,7 +98,7 @@ function os2forms_digital_signature_update_10001(&$sandbox) {
0 commit comments