Skip to content
Snippets Groups Projects

Issue #3202059: Token in field description is not replaced when using the Complex widget

Files
3
@@ -226,7 +226,7 @@ class InlineEntityFormComplex extends InlineEntityFormBase implements ContainerF
$element = [
'#type' => $this->getSetting('collapsible') ? 'details' : 'fieldset',
'#tree' => TRUE,
'#description' => $this->fieldDefinition->getDescription(),
'#description' => $this->getFilteredDescription(),
'#prefix' => '<div id="' . $wrapper . '">',
'#suffix' => '</div>',
'#ief_id' => $this->getIefId(),
Loading