Skip to content
Snippets Groups Projects

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

Closed Issue #3202059: Token in field description is not replaced when using the Complex widget
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -227,7 +227,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