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

SSDM-278: ELN UI - Some cleanup

SVN: 31479
parent 2c03bb33
No related branches found
No related tags found
No related merge requests found
...@@ -1156,7 +1156,7 @@ $.extend(BodenmillerLabProfile.prototype, DefaultProfile.prototype, { ...@@ -1156,7 +1156,7 @@ $.extend(BodenmillerLabProfile.prototype, DefaultProfile.prototype, {
this.notShowTypes = ["ANTIBODY_PANEL", "SYSTEM_EXPERIMENT"]; this.notShowTypes = ["ANTIBODY_PANEL", "SYSTEM_EXPERIMENT"];
this.isShowUnavailablePreviewOnSampleTable = false; this.isShowUnavailablePreviewOnSampleTable = false;
// //For testing //For testing
// this.sampleTypeDefinitionsExtension = { // this.sampleTypeDefinitionsExtension = {
// "SYSTEM_EXPERIMENT" : { // "SYSTEM_EXPERIMENT" : {
// "SAMPLE_PARENTS_HINT" : [ // "SAMPLE_PARENTS_HINT" : [
...@@ -1392,40 +1392,28 @@ $.extend(TestProfile.prototype, DefaultProfile.prototype, { ...@@ -1392,40 +1392,28 @@ $.extend(TestProfile.prototype, DefaultProfile.prototype, {
"LABEL" : "Protocol", "LABEL" : "Protocol",
"TYPE": "PROTOCOL", "TYPE": "PROTOCOL",
"MIN_COUNT" : 1, "MIN_COUNT" : 1,
"ANNOTATIONS" : [] "ANNOTATION_PROPERTIES" : []
} }
, ,
{ {
"LABEL" : "Plasmid", "LABEL" : "Plasmid",
"TYPE": "PLASMIDS", "TYPE": "PLASMIDS",
"MIN_COUNT" : 1, "MIN_COUNT" : 1,
"ANNOTATIONS" : [] "ANNOTATION_PROPERTIES" : []
} }
, ,
{ {
"LABEL" : "Inhibitor", "LABEL" : "Inhibitor",
"TYPE": "INHIBITORS", "TYPE": "INHIBITORS",
"MIN_COUNT" : 1, "MIN_COUNT" : 1,
"ANNOTATIONS" : [] "ANNOTATION_PROPERTIES" : []
} }
, ,
{ {
"LABEL" : "Cell Line", "LABEL" : "Cell Line",
"TYPE": "CELL_LINE", "TYPE": "CELL_LINE",
"MIN_COUNT" : 1, "MIN_COUNT" : 1,
"ANNOTATIONS" : [] "ANNOTATION_PROPERTIES" : []
}
],
}
}
this.sampleTypeDefinitionsExtension = {
"WESTERN_BLOTTING" : {
"SAMPLE_PARENTS_HINT" : [
{
"LABEL" : "Antibodies",
"TYPE": "ANTIBODIES",
"MIN_COUNT" : 1
} }
], ],
} }
......
...@@ -232,7 +232,6 @@ function ServerFacade(openbisServer) { ...@@ -232,7 +232,6 @@ function ServerFacade(openbisServer) {
} else { } else {
visitedSamples[sampleOrId.permId] = true; visitedSamples[sampleOrId.permId] = true;
} }
console.log(sampleOrId.code);
//Fill Parents //Fill Parents
if(sampleOrId.parents) { if(sampleOrId.parents) {
......
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