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 94888368ab16f940e1a3ad2a6abb302e8eaa717f..72e1d7bfe3d4b06ea514fb82dfe0571ef10792d3 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 //