From d44f30ac255e38db46f586527e463afb4fe79012 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Thu, 5 Feb 2015 12:44:37 +0000
Subject: [PATCH] SSDM-1070 : PAPER - OPENBIS - Migrate Manage Properties
 YeastLab (Configurable)

SVN: 33396
---
 .../1/dss/drop-boxes/stellingmigration/managed.py     |  7 ++++++-
 .../1/dss/drop-boxes/stellingmigration/migration.py   | 11 +++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingmigration/managed.py b/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingmigration/managed.py
index edf1c6f70db..95fd8c1c0ac 100644
--- a/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingmigration/managed.py
+++ b/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingmigration/managed.py
@@ -36,10 +36,15 @@ configuration["READOUT"] = {
                           "GENERAL_PROTOCOL" : {"NAME" : False }
                          };
 
-configuration["READOUT"] = {
+configuration["RESULT"] = {
                           "ANNOTATIONS" : {"QUANTITY" : False, "NAME" : False, "DETAIL" : False }
                          };
 
+configuration["SOLUTION_BUFFERS"] = {
+                          "CHEMICALS" : {"QUANTITY" : False, "NAME" : False },
+                          "SOLUTION_BUFFERS" : {"QUANTITY" : False, "NAME" : False }
+                         };
+                         
 #Global Variables
 annotableType = "<REPLACE_WITH_ANNOTABLE_TYPE>"
 server = CommonServiceProvider.getCommonServer()
diff --git a/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingmigration/migration.py b/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingmigration/migration.py
index 67576998d2e..3b7103f0753 100644
--- a/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingmigration/migration.py
+++ b/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingmigration/migration.py
@@ -84,6 +84,17 @@ definitions = {
                                                     "name" : "NAME",
                                                     "detail" : "DETAIL"
                                                     }
+                                    },
+               "SOLUTIONS_BUFFERS" : 
+                                    { 
+                                     "CHEMICALS" : {
+                                                     "concentration" : "QUANTITY",
+                                                     "name" : "NAME"
+                                                     },
+                                     "SOLUTIONS_BUFFERS" : {
+                                                     "concentration" : "QUANTITY",
+                                                     "name" : "NAME"
+                                                     }
                                     }
 };
 
-- 
GitLab