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 fdb8e1443d949a93f19751a07b1b2ba0aaccf957..bfda1457e7dfb9d6437d330f5b39902d0536822c 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;