Skip to content
Snippets Groups Projects
Commit 97552fa7 authored by gpawel's avatar gpawel
Browse files

minor: plate view not shown for contained data sets

SVN: 23616
parent 3cf1a72f
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,9 @@ public final class PlateDatasetViewer extends GenericDataSetViewer ...@@ -63,7 +63,9 @@ public final class PlateDatasetViewer extends GenericDataSetViewer
protected List<TabContent> createAdditionalSectionPanels(ExternalData dataset) protected List<TabContent> createAdditionalSectionPanels(ExternalData dataset)
{ {
List<TabContent> sections = new ArrayList<TabContent>(); List<TabContent> sections = new ArrayList<TabContent>();
sections.add(new PlateLayoutDatasetSection(screeningViewContext, datasetId));
if (dataset.tryGetContainer() == null)
sections.add(new PlateLayoutDatasetSection(screeningViewContext, datasetId));
return sections; return sections;
} }
} }
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