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

SSDM-3027 : CIFS on ELN Mac

SVN: 36741
parent bd9453b5
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,9 @@ def getDirectLinkURL(): ...@@ -110,6 +110,9 @@ def getDirectLinkURL():
directLinkURL = None; directLinkURL = None;
if protocol is not None: if protocol is not None:
directLinkURL = protocol + "://$URL:" + str(port) + "/"; directLinkURL = protocol + "://$URL:" + str(port) + "/";
if protocol == "cifs":
directLinkURL += "STORE/";
return getJsonForData(directLinkURL); return getJsonForData(directLinkURL);
def getProperties(tr, parameters): def getProperties(tr, parameters):
......
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