Skip to content
Snippets Groups Projects
Commit d7d99181 authored by Pablo López's avatar Pablo López
Browse files

Merge branch '3345533-force-to-compute' into '2.0.x'

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

See merge request !7
parents e1747e1b 2d4feec6
No related branches found
No related tags found
No related merge requests found
Pipeline #86934 skipped
......@@ -81,4 +81,11 @@ class FieldInheritanceFactory extends FieldItemList {
return \Drupal::service('plugin.manager.field_inheritance');
}
/**
* {@inheritdoc}
*/
public function setValue($values, $notify = TRUE) {
$this->ensureComputedValue();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment