From 4cf7940f1f4915cc2da170400c9913367ae429a3 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Fri, 12 Sep 2014 14:52:12 +0000
Subject: [PATCH] SSDM-855 : ELN UI - Hide codes, show names

SVN: 32439
---
 .../1/as/webapps/newbrowser/html/js/config/Profile.js           | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js
index 028a11b1064..9a02e973bcd 100644
--- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js
+++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js
@@ -34,6 +34,8 @@ $.extend(DefaultProfile.prototype, {
 		this.ELNExperiments = ["SYSTEM_EXPERIMENT"];
 		this.notShowTypes = ["SYSTEM_EXPERIMENT"];
 		this.inventorySpaces = [];
+		this.hideCodes = false;
+		this.propertyReplacingCode = "NAME";
 		
 		this.sampleTypeDefinitionsExtension = {
 		}
-- 
GitLab