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

SSDM-9367: bug fixed in ExperimentUpdate.js (prototype for sampleProperties where missing)

parent 370bd9a9
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ define([ "stjs", "as/dto/common/update/FieldUpdateValue", "as/dto/common/update/ ...@@ -18,6 +18,7 @@ define([ "stjs", "as/dto/common/update/FieldUpdateValue", "as/dto/common/update/
prototype.freezeForDataSets = null; prototype.freezeForDataSets = null;
prototype.freezeForSamples = null; prototype.freezeForSamples = null;
prototype.properties = null; prototype.properties = null;
prototype.sampleProperties = null;
prototype.projectId = null; prototype.projectId = null;
prototype.tagIds = null; prototype.tagIds = null;
prototype.attachments = null; prototype.attachments = null;
......
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