From d68df2341f5810ec21706216ccb4098262f5b64b Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Mon, 11 Apr 2016 07:50:28 +0000
Subject: [PATCH] SSDM-3449 : disabled by default.

SVN: 36130
---
 .../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 fdb8e1443d9..bfda1457e7d 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
@@ -57,7 +57,7 @@ $.extend(DefaultProfile.prototype, {
 			return ($.inArray(spaceCode, this.inventorySpaces) !== -1);
 		}
 		
-		this.directLinkEnabled = true;
+		this.directLinkEnabled = false;
 		this.directLinkURL = null; //To be set during initialization using info retrieved from the DSS configuration by the reporting plugin
 		
 		this.hideCodes = true;
-- 
GitLab