From 2d91a56469c43e1ff50b882ca7f677abe68cdd84 Mon Sep 17 00:00:00 2001 From: felmer <franz-josef.elmer@id.ethz.ch> Date: Tue, 21 Apr 2020 08:21:15 +0200 Subject: [PATCH] SSDM-9367: bug fixed in ExperimentUpdate.js (prototype for sampleProperties where missing) --- .../api/v3/as/dto/experiment/update/ExperimentUpdate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/api/v3/as/dto/experiment/update/ExperimentUpdate.js b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/api/v3/as/dto/experiment/update/ExperimentUpdate.js index 8b911987481..174292cf80e 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/api/v3/as/dto/experiment/update/ExperimentUpdate.js +++ b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/api/v3/as/dto/experiment/update/ExperimentUpdate.js @@ -18,6 +18,7 @@ define([ "stjs", "as/dto/common/update/FieldUpdateValue", "as/dto/common/update/ prototype.freezeForDataSets = null; prototype.freezeForSamples = null; prototype.properties = null; + prototype.sampleProperties = null; prototype.projectId = null; prototype.tagIds = null; prototype.attachments = null; -- GitLab