From 9fc6c4d5a23c495e3de46981df1b2efa42102b3d Mon Sep 17 00:00:00 2001
From: juanf <juanf@bsse-bs-dock-5-158.ethz.ch>
Date: Wed, 15 Aug 2018 13:48:49 +0200
Subject: [PATCH] Don't include "FREEFORM_TABLE_STATE" on forcedDisableRTF

---
 .../1/as/webapps/eln-lims/html/js/config/Profile.js       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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 94888368ab1..72e1d7bfe3d 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
@@ -36,6 +36,8 @@ $.extend(DefaultProfile.prototype, {
 		//
 		// DEFAULTS, TYPICALLY DON'T TOUCH IF YOU DON'T KNOW WHAT YOU DO
 		//
+		this.showDatasetArchivingButton = false;
+		
 		this.mainMenu = {
 				showLabNotebook : true,
 				showInventory : true,
@@ -126,8 +128,8 @@ $.extend(DefaultProfile.prototype, {
 //		this.jupyterIntegrationServerEndpoint = "https://127.0.0.1:8002";
 //		this.jupyterEndpoint = "https://127.0.0.1:8000/";
 		
-		this.systemProperties = ["ANNOTATIONS_STATE"];
-		this.forcedDisableRTF = ["FREEFORM_TABLE_STATE","NAME", "SEQUENCE"];
+		this.systemProperties = ["ANNOTATIONS_STATE", "FREEFORM_TABLE_STATE"];
+		this.forcedDisableRTF = ["NAME", "SEQUENCE"];
 		this.forceMonospaceFont = ["SEQUENCE"];
 		
 		this.isRTF = function(propertytype) {
@@ -945,8 +947,6 @@ $.extend(DefaultProfile.prototype, {
 			});
 		}
 
-		this.showDatasetArchivingButton = false;
-
 		//
 		// Initializes
 		//
-- 
GitLab