Skip to content
Snippets Groups Projects
Commit 398dadfb authored by juanf's avatar juanf
Browse files

SSDM-1078 : PAPER - Provide sensible defaults - Implementation

SVN: 32722
parent 9cf3ac2b
No related branches found
No related tags found
No related merge requests found
...@@ -414,6 +414,14 @@ createSampleTypeWithProperties("CHEMICAL", "", [ ...@@ -414,6 +414,14 @@ createSampleTypeWithProperties("CHEMICAL", "", [
["SUPPLIER", "Supplier and storage", "Supplier", DataType.MULTILINE_VARCHAR, None, "Supplier of the product"], ["SUPPLIER", "Supplier and storage", "Supplier", DataType.MULTILINE_VARCHAR, None, "Supplier of the product"],
["ARTICLE_NUMBER", "Supplier and storage", "Art. Number", DataType.MULTILINE_VARCHAR, None, "Article number of the product"], ["ARTICLE_NUMBER", "Supplier and storage", "Art. Number", DataType.MULTILINE_VARCHAR, None, "Article number of the product"],
["STORAGE", "Supplier and storage", "Storage", DataType.CONTROLLEDVOCABULARY, "STORAGE", "Storage conditions of the product"], ["STORAGE", "Supplier and storage", "Storage", DataType.CONTROLLEDVOCABULARY, "STORAGE", "Storage conditions of the product"],
["XMLCOMMENTS", "Comments", "Comments List", DataType.VARCHAR, None, "Several comments can be added by different users"], ["XMLCOMMENTS", "Comments", "Comments List", DataType.VARCHAR, None, "Several comments can be added by different users"]
]); ]);
createSampleTypeWithProperties("ENZYME", "", [
["NAME", "General", "Name", DataType.MULTILINE_VARCHAR, None, "Name"],
["SUPPLIER", "Supplier and storage", "Supplier", DataType.MULTILINE_VARCHAR, None, "Supplier of the product"],
["ARTICLE_NUMBER", "Supplier and storage", "Art. Number", DataType.MULTILINE_VARCHAR, None, "Article number of the product"],
["KIT", "Supplier and storage", "Kit including", DataType.MULTILINE_VARCHAR, None, "What the company includes with the enzyme"],
["STORAGE", "Supplier and storage", "Storage", DataType.CONTROLLEDVOCABULARY, "STORAGE", "Storage conditions of the product"],
["XMLCOMMENTS", "Comments", "Comments List", DataType.VARCHAR, None, "Several comments can be added by different users"]
]);
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