Skip to content
Snippets Groups Projects
Commit 6df52c02 authored by tpylak's avatar tpylak
Browse files

minor: change fields order (screening, library)

SVN: 15262
parent b990ad60
No related branches found
No related tags found
No related merge requests found
......@@ -153,10 +153,10 @@ public final class LibrarySampleBatchRegistrationForm extends AbstractSampleBatc
@Override
protected void addSpecificFormFields(FormPanel form)
{
form.add(scopeField);
form.add(experimentChooser.getChooserField());
form.add(plateGeometryField);
form.add(emailField);
form.add(scopeField);
}
private final class RegisterSamplesCallback extends
......
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