Skip to content
Snippets Groups Projects
Commit 4cf7940f authored by juanf's avatar juanf
Browse files

SSDM-855 : ELN UI - Hide codes, show names

SVN: 32439
parent 90ca9d4c
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,8 @@ $.extend(DefaultProfile.prototype, { ...@@ -34,6 +34,8 @@ $.extend(DefaultProfile.prototype, {
this.ELNExperiments = ["SYSTEM_EXPERIMENT"]; this.ELNExperiments = ["SYSTEM_EXPERIMENT"];
this.notShowTypes = ["SYSTEM_EXPERIMENT"]; this.notShowTypes = ["SYSTEM_EXPERIMENT"];
this.inventorySpaces = []; this.inventorySpaces = [];
this.hideCodes = false;
this.propertyReplacingCode = "NAME";
this.sampleTypeDefinitionsExtension = { this.sampleTypeDefinitionsExtension = {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment