Skip to content
Snippets Groups Projects
Commit b595c48b authored by cramakri's avatar cramakri
Browse files

LMS-1581 Switch references from SAMPLE_SECTION to CONTAINER_SAMPLES_SECTION

SVN: 16701
parent a0937b52
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ public class ExperimentPlateLocationsSection extends SingleSectionPanel
this.screeningViewContext = screeningViewContext;
this.experiment = experiment;
this.materialListField = createMaterialListArea();
setDisplayID(DisplayTypeIDGenerator.SAMPLE_SECTION, ID_SUFFIX);
setDisplayID(DisplayTypeIDGenerator.CONTAINER_SAMPLES_SECTION, ID_SUFFIX);
}
private MultilineVarcharField createMaterialListArea()
......
......@@ -72,7 +72,7 @@ class GenePlateLocationsSection extends SingleSectionPanel
this.materialId = materialId;
this.experimentIdentifierOrNull = experimentIdentifierOrNull;
this.channelState = new DefaultChannelState();
setDisplayID(DisplayTypeIDGenerator.SAMPLE_SECTION, ID_SUFFIX);
setDisplayID(DisplayTypeIDGenerator.CONTAINER_SAMPLES_SECTION, ID_SUFFIX);
}
@Override
......
......@@ -51,7 +51,7 @@ public class PlateLayoutDatasetSection extends SingleSectionPanel
super("Plate Layout", viewContext);
this.viewContext = viewContext;
this.datasetId = datasetId;
setDisplayID(DisplayTypeIDGenerator.SAMPLE_SECTION, ID_SUFFIX);
setDisplayID(DisplayTypeIDGenerator.CONTAINER_SAMPLES_SECTION, ID_SUFFIX);
}
@Override
......
......@@ -61,7 +61,7 @@ public class PlateLayoutSampleSection extends SingleSectionPanel
super("Plate Layout", viewContext);
this.viewContext = viewContext;
this.sampleId = sampleId;
setDisplayID(DisplayTypeIDGenerator.SAMPLE_SECTION, ID_SUFFIX);
setDisplayID(DisplayTypeIDGenerator.CONTAINER_SAMPLES_SECTION, ID_SUFFIX);
}
@Override
......
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