We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f43d3e commit bd97c58Copy full SHA for bd97c58
modules/os2web_audit_entity/os2web_audit_entity.module
@@ -72,7 +72,7 @@ function os2web_audit_entity_webform_post_load_data(mixed $submissions): void {
72
$submissionData = $submission->getData();
73
if (!empty($filterFields)) {
74
foreach ($filterFields as $field) {
75
- // Not all fields/elements are present within submission data, i.e. markup.
+ // Not all fields are present within submission data, i.e. markup.
76
if (!isset($submissionData[$field])) {
77
continue;
78
}
0 commit comments