From 0ee7eac23ac1bc02efebaec99ad71db9f9b16e5a Mon Sep 17 00:00:00 2001
From: barillac <barillac>
Date: Wed, 10 Dec 2014 12:10:07 +0000
Subject: [PATCH] document definition added

SVN: 33011
---
 .../source/core-plugins/petermigration/1/as/definitions.py  | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/plasmid/source/core-plugins/petermigration/1/as/definitions.py b/plasmid/source/core-plugins/petermigration/1/as/definitions.py
index bd6364c06b9..54e5519c479 100644
--- a/plasmid/source/core-plugins/petermigration/1/as/definitions.py
+++ b/plasmid/source/core-plugins/petermigration/1/as/definitions.py
@@ -351,5 +351,9 @@ siRNADefinition = [
 # Data Set Types
 #
 documentDefinition = [
-    ["NOTES", "General information", "Notes", DataType.MULTILINE_VARCHAR, None, "Notes regarding the dataset", None, None, False]
+    ["NOTES",                           "General",                  "Notes",                            DataType.MULTILINE_VARCHAR,         None,  "", None, None, False],
+    ["CREATION_DATE",                   "General",                  "date created",                     DataType.TIMESTAMP,                 None,  "", None, None, False],
+    ["MODIFICATION_DATE",               "General",                  "date modified",                    DataType.TIMESTAMP,                 None,  "", None, None, False],
+    ["INFO",                            "General",                  "info",                             DataType.VARCHAR,                   None,  "", None, None, False]
+ 
 ];
-- 
GitLab