From 9869f5be86a0dfcbdb515e72f6a61bc975fe7f1b Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Wed, 4 Feb 2015 14:48:41 +0000
Subject: [PATCH] SSDM-1070 : PAPER - OPENBIS - Migrate Manage Properties
 YeastLab (Configurable)

SVN: 33389
---
 .../1/dss/drop-boxes/stellingmigration/managed.py             | 3 ++-
 .../1/dss/drop-boxes/stellingmigration/migration.py           | 4 ++++
 .../1/dss/drop-boxes/stellingmigration/notes.txt              | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

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 78bbe524351..132e21a5197 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
@@ -9,7 +9,8 @@ configuration = {}
 
 configuration["GENERAL_PROTOCOL"] = {
                           "CHEMICALS" : {"QUANTITY" : False, "NAME" : False },
-                          "SOLUTION_BUFFERS" : {"QUANTITY" : False, "NAME" : False }
+                          "SOLUTION_BUFFERS" : {"QUANTITY" : False, "NAME" : False },
+                          "MEDIA" : {"QUANTITY" : False, "NAME" : False }
                          };
 
 #Global Variables
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 36e740bd753..0d2e25c4bd5 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
@@ -16,6 +16,10 @@ definitions = {
                                                     "name" : "NAME"
                                                     },
                                      "SOLUTIONS_BUFFERS" : {
+                                                    "quantity" : "QUANTITY",
+                                                    "name" : "NAME"
+                                                    },
+                                     "MEDIA" : {
                                                     "quantity" : "QUANTITY",
                                                     "name" : "NAME"
                                                     }
diff --git a/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingmigration/notes.txt b/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingmigration/notes.txt
index c1d884229ad..345da094684 100644
--- a/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingmigration/notes.txt
+++ b/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingmigration/notes.txt
@@ -3,7 +3,7 @@
 ##
 
 #
-# CHEMICALS, SOLUTION_BUFFERS
+# CHEMICALS, SOLUTION_BUFFERS, MEDIA
 #
 
 QUANTITY
-- 
GitLab