Skip to content

Commit

Permalink
Fixing NemID fields visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
stankut committed Mar 13, 2020
1 parent 093f214 commit be49857
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ public function alterForm(array &$element, array &$form, FormStateInterface $for
}

$this->handleElementPrepopulate($element, $form_state);
NestedArray::setValue($form['elements'], $element['#webform_parents'], $element);
}

NestedArray::setValue($form['elements'], $element['#webform_parents'], $element);
}
}

Expand Down

0 comments on commit be49857

Please sign in to comment.