Skip to content
Snippets Groups Projects

Issue #3345533: Force to compute values in FieldInheritanceFactory::setValue()

1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
@@ -81,4 +81,11 @@ class FieldInheritanceFactory extends FieldItemList {
return \Drupal::service('plugin.manager.field_inheritance');
}
/**
* {@inheritdoc}
*/
public function setValue($values, $notify = TRUE) {
$this->ensureComputedValue();
}
}
Loading