Skip to content

Commit 3b35e6f

Browse files
committed
Merge branch 'master' into production
2 parents f3acccd + db057f5 commit 3b35e6f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

‎v1.2/FMEServer.js‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ var FMEServer = ( function() {
387387
var token = getConfig('token');
388388
if(jsid !== null) {
389389
url += '?opt_namespace=' + jsid;
390+
url += '&opt_fullpath=true';
390391
url += '&token=' + token
391392
} else {
392393
url += '?token=' + token
@@ -453,6 +454,7 @@ var FMEServer = ( function() {
453454
var url = buildURL('{{svr}}/fmedataupload/' + repository + '/' + workspace);
454455
if (jsid !== null){
455456
url += '?opt_namespace=' + jsid;
457+
url += '&opt_fullpath=true';
456458
}
457459
ajax(url, callback);
458460
},

0 commit comments

Comments
 (0)