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

SSDM-3284: adapt recent change in FieldUpdateValue.java to FieldUpdateValue.js.

SVN: 35897
parent e35c4941
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,6 @@ define([ "stjs" ], function(stjs) {
* value for update
*/
prototype.setValue = function(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