Skip to content
Snippets Groups Projects
Commit 9db6cf01 authored by buczekp's avatar buczekp
Browse files

[LMS-1191] set data set parents field max length to 1500

SVN: 12891
parent 7efa540a
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@ public class DataSetUploadForm extends AbstractRegistrationForm
viewContext);
formPanel.add(experimentChooser.getField());
formPanel.add(parentsArea = new DataSetParentsArea(viewContext, ID_SUFFIX));
parentsArea.setMaxLength(1500);
connectedWithSampleCheckbox.addListener(Events.Change, new Listener<FieldEvent>()
{
......
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