Skip to content
Snippets Groups Projects
Commit bfeaa108 authored by juanf's avatar juanf
Browse files

ELN Refactoring - Refactored Sample Form (Ongoing work)

SVN: 32186
parent 2efe4668
No related branches found
No related tags found
No related merge requests found
......@@ -331,6 +331,8 @@ function SampleFormView(sampleFormController, sampleFormModel) {
this._sampleFormModel.dataSetViewer = new DataSetViewer("dataSetViewerContainer", profile, this._sampleFormModel.sample, mainController.serverFacade, profile.getDefaultDataStoreURL());
this._sampleFormModel.dataSetViewer.init();
}
this._sampleFormModel.isFormLoaded = true;
}
//
......
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