diff --git a/UI/WebServerResources/js/Common/Resource.service.js b/UI/WebServerResources/js/Common/Resource.service.js index 6cca6434e..8e65b04f5 100644 --- a/UI/WebServerResources/js/Common/Resource.service.js +++ b/UI/WebServerResources/js/Common/Resource.service.js @@ -54,7 +54,7 @@ if (uid) path.splice(path.length - 1, 1, escape(uid)); - return new Resource(this._http, this._q, '/' + path.join('/'), this._activeUser); + return new Resource(this._http, this._q, this._window, '/' + path.join('/'), this._activeUser); }; /**