Skip to content
Snippets Groups Projects
Commit 9fb44542 authored by Dieter Holvoet's avatar Dieter Holvoet
Browse files

Issue #3405352 by DieterHolvoet, kasperg: Enum properties do not reflect value change

parent 4db0ca4f
Branches
Tags
1 merge request!1Add ComputedEnum::setValue()
......@@ -38,4 +38,12 @@ class ComputedEnum extends TypedData {
return NULL;
}
/**
* {@inheritdoc}
*/
public function setValue($value, $notify = TRUE) {
$this->enum = NULL;
parent::setValue($value, $notify);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment