Skip to content
Snippets Groups Projects
Commit 476f64ff authored by Shivam Tiwari's avatar Shivam Tiwari Committed by Andrii Podanenko
Browse files

Patch #4 applied, Issue #3169590

parent d1f3f79c
Branches
Tags
1 merge request!82Patch #4 applied, Issue #3169590
......@@ -371,7 +371,7 @@ function template_preprocess_inline_entity_form_entity_table(array &$variables)
$first = TRUE;
foreach ($fields as $field_name => $field) {
$column = [
'data' => $field['label'],
'data' => isset($field['label']) ? $field['label'] : NULL,
'class' => ['inline-entity-form-' . $entity_type . '-' . $field_name],
];
// The first column gets a special class.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment