Skip to content
Snippets Groups Projects
Commit 56375614 authored by felmer's avatar felmer
Browse files

SSDM-3284: Bug fixed by allowing to explicitely set null to the FieldUpdateValue.

SVN: 35890
parent bb42f4d2
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,6 @@ public class FieldUpdateValue<T> implements Serializable
@JsonIgnore
public void setValue(T value)
{
if (this.value == value) {
return;
}
this.value = value;
this.isModified = true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment