Skip to content
Snippets Groups Projects
Commit 28e957d4 authored by izabel's avatar izabel
Browse files

[LMS-1727] select exact match by default

SVN: 17752
parent a07ed7a1
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ public class ExperimentPlateLocationsSection extends SingleSectionPanel ...@@ -65,6 +65,7 @@ public class ExperimentPlateLocationsSection extends SingleSectionPanel
this.exactMatchOnly = this.exactMatchOnly =
new CheckBoxField(screeningViewContext.getMessage(Dict.EXACT_MATCH_ONLY), false); new CheckBoxField(screeningViewContext.getMessage(Dict.EXACT_MATCH_ONLY), false);
exactMatchOnly.setBoxLabel(screeningViewContext.getMessage(Dict.EXACT_MATCH_ONLY)); exactMatchOnly.setBoxLabel(screeningViewContext.getMessage(Dict.EXACT_MATCH_ONLY));
exactMatchOnly.setValue(true);
setDisplayID(DisplayTypeIDGenerator.PLATE_MATERIAL_REVIEWER, ID_SUFFIX); setDisplayID(DisplayTypeIDGenerator.PLATE_MATERIAL_REVIEWER, ID_SUFFIX);
screeningViewContext.getCommonService().listMaterialTypes( screeningViewContext.getCommonService().listMaterialTypes(
new AbstractAsyncCallback<List<MaterialType>>(screeningViewContext) new AbstractAsyncCallback<List<MaterialType>>(screeningViewContext)
......
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