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

SSDM-3887 : bugfix when the widget is initialized from the dataset form

SVN: 36821
parent 69ea1cf7
No related branches found
No related tags found
No related merge requests found
......@@ -297,7 +297,7 @@ function DataSetFormView(dataSetFormController, dataSetFormModel) {
}
if(this._dataSetFormModel.mode !== FormMode.CREATE) {
var dataSetViewer = new DataSetViewerController("filesViewer", profile, null, mainController.serverFacade, profile.getDefaultDataStoreURL(), [this._dataSetFormModel.dataSet], false, false);
var dataSetViewer = new DataSetViewerController("filesViewer", profile, this._dataSetFormModel.sample, mainController.serverFacade, profile.getDefaultDataStoreURL(), [this._dataSetFormModel.dataSet], false, false);
dataSetViewer.init();
}
}
......
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