Skip to content
Snippets Groups Projects

Issue #3505514: Undefined array key "#type" in...

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -615,7 +615,8 @@ class ConditionalFieldsFormHelper {
}
if ($element_to_set_error['#access'] ?? TRUE) {
if ($element_to_set_error['#type'] == 'hidden') {
$type = $element_to_set_error['#type'] ?? '';
if ($type == 'hidden') {
$element_to_set_error = NestedArray::getValue($form, array_slice($element_to_set_error['#array_parents'], 0, -1));
$title = $element_to_set_error['#title'];
}
Loading