Skip to content
Snippets Groups Projects
Commit 49f61031 authored by izabel's avatar izabel
Browse files

[LMS-948] allow to choose samples without experiment

SVN: 11517
parent 576757dd
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ public class DataSetUploadForm extends AbstractRegistrationForm ...@@ -66,7 +66,7 @@ public class DataSetUploadForm extends AbstractRegistrationForm
saveButton.setText(viewContext.getMessage(Dict.BUTTON_UPLOAD_DATA_VIA_CIFEX)); saveButton.setText(viewContext.getMessage(Dict.BUTTON_UPLOAD_DATA_VIA_CIFEX));
sampleChooser = sampleChooser =
SampleChooserField.create(viewContext.getMessage(Dict.SAMPLE), true, null, false, SampleChooserField.create(viewContext.getMessage(Dict.SAMPLE), true, null, false,
true, viewContext); false, viewContext);
formPanel.add(sampleChooser.getField()); formPanel.add(sampleChooser.getField());
formPanel.add(dataSetTypeSelectionWidget = formPanel.add(dataSetTypeSelectionWidget =
new DataSetTypeSelectionWidget(viewContext, ID_SUFFIX)); new DataSetTypeSelectionWidget(viewContext, ID_SUFFIX));
......
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