Skip to content
Snippets Groups Projects
Commit 2d4feec6 authored by Pablo López's avatar Pablo López Committed by Owen Bush
Browse files

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

parent e1747e1b
Branches
Tags 2.0.0
1 merge request!7Issue #3345533: Force to compute values in FieldInheritanceFactory::setValue()
......@@ -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