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

BIS-627 / SP-1141: ELN UI - Improve Workspace Uploader (ELN UI with proper...

BIS-627 / SP-1141: ELN UI - Improve Workspace Uploader (ELN UI with proper titles using new settings)

SVN: 30563
parent 54d08768
No related branches found
No related tags found
No related merge requests found
......@@ -112,9 +112,11 @@ function DataSetForm(serverFacade, containerId, profile, sample, mode) {
localInstance._repaintMetadata($('#DATASET_TYPE').val())
}
}
this.serverFacade.openbisServer.createSessionWorkspaceUploader($("#APIUploader"), onComplete);
var something = 0;
var uploader = this.serverFacade.openbisServer.createSessionWorkspaceUploader($("#APIUploader"), onComplete, {
main_title : $('<legend>').text('Files Uploader'),
uploads_title : $('<legend>').text('File list')
});
}
this._updateFileOptions = function() {
......
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