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 d2a6a4ad378385176ed3a37469d9a5deb3152e2d..d61e0a6aa1e1f96f88767fdf63de4aa2f2810076 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 @@ -145,7 +145,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", "SYNTHETIC_PEPTIDE"]; + "EBBACTERIA", "TBBACTERIA", "CELL", "STRAIN", "SYNTHETIC_PEPTIDE", "FLUOROPHORE"]; this.searchSamplesUsingV3OnDropbox = false; this.searchSamplesUsingV3OnDropboxRunCustom = false;