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

SSDM-6001 : Microservice server, openBIS UI integration

SVN: 39138
parent e0873574
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ function DataSetViewerModel(containerId, profile, entity, serverFacade, datastor ...@@ -42,7 +42,7 @@ function DataSetViewerModel(containerId, profile, entity, serverFacade, datastor
if(this.isLinkDataset(datasetCode)) { if(this.isLinkDataset(datasetCode)) {
var cc = this.getDownloadableContentCopy(datasetCode); var cc = this.getDownloadableContentCopy(datasetCode);
downloadUrl = profile.EDMSs[cc.externalDms.code] + "?sessionToken=" + encodeURIComponent(mainController.serverFacade.getSession()) downloadUrl = profile.EDMSs[cc.externalDms.code] + "?sessionToken=" + encodeURIComponent(mainController.serverFacade.getSession())
+ "&datasetPermId=" + encodeURIComponent(datasetCode) + "&datasetPermId=" + encodeURIComponent(datasetCode)
+ "&externalDMSCode=" + encodeURIComponent(cc.externalDms.code) + "&externalDMSCode=" + encodeURIComponent(cc.externalDms.code)
+ "&contentCopyPath=" + encodeURIComponent(cc.path) + "&contentCopyPath=" + encodeURIComponent(cc.path)
......
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