From 4c93ae806bc77c290f15bf5d2bd4c361c8599ec6 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Tue, 15 Mar 2016 09:38:44 +0000 Subject: [PATCH] SSDM-3284: adapt recent change in FieldUpdateValue.java to FieldUpdateValue.js. SVN: 35897 --- .../resources/api/v3/as/dto/common/update/FieldUpdateValue.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/api/v3/as/dto/common/update/FieldUpdateValue.js b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/api/v3/as/dto/common/update/FieldUpdateValue.js index d7807166bcd..d8dbb131524 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/api/v3/as/dto/common/update/FieldUpdateValue.js +++ b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/api/v3/as/dto/common/update/FieldUpdateValue.js @@ -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; }; -- GitLab