From 4e079c4e0a71c91070e333c5d54d8ceeb9cd0ca0 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Fri, 15 Sep 2017 09:04:46 +0000
Subject: [PATCH] Adding some ETHZ costumers types until we put storage types
 on the settings

SVN: 38731
---
 .../eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js
index cbd66c60a2d..c972e6fabb9 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js
@@ -144,7 +144,7 @@ $.extend(DefaultProfile.prototype, {
 		this.sampleTypeProtocols = ["GENERAL_PROTOCOL", "PCR_PROTOCOL", "WESTERN_BLOTTING_PROTOCOL"];
 		this.sampleTypeStorageEnabled = ["ANTIBODY", "BACTERIA", "CHEMICAL", "ENZYME", "CELL_LINE", "FLY", "MEDIA", "OLIGO", "PLASMID", "YEAST", "SOLUTION_BUFFER", "RNA", 
 		                                 //Extension for ETHZ Costumers until this is configurable on the Settings
-		                                 "EBBACTERIA", "TBBACTERIA", "CELL", "STRAIN"];
+		                                 "EBBACTERIA", "TBBACTERIA", "CELL", "STRAIN", "SYNTHETIC_PEPTIDE"];
 		this.searchSamplesUsingV3OnDropbox = false;
 		this.searchSamplesUsingV3OnDropboxRunCustom = false;
 		
-- 
GitLab