From 0e6a54d05dc678e8c7b205ecc1a5d4ad6925b605 Mon Sep 17 00:00:00 2001 From: kaloyane <kaloyane> Date: Wed, 16 Mar 2011 22:14:21 +0000 Subject: [PATCH] bugfix: show well properties in the well search results (merging the fix from S101.x branch) SVN: 20383 --- .../openbis/plugin/screening/shared/basic/dto/WellContent.java | 1 + 1 file changed, 1 insertion(+) diff --git a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/shared/basic/dto/WellContent.java b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/shared/basic/dto/WellContent.java index e4e2649dd12..f696c81c644 100644 --- a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/shared/basic/dto/WellContent.java +++ b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/shared/basic/dto/WellContent.java @@ -87,6 +87,7 @@ public class WellContent implements ISerializable this.imagesDatasetOrNull = imagesDatasetOrNull; this.featureVectorDatasetOrNull = featureVectorDatasetOrNull; this.featureVectorOrNull = featureVectorOrNull; + this.wellProperties = wellProperties; } public WellLocation tryGetLocation() -- GitLab