BY-239 KPI> /api/1.0/api/dashboard/ownerData/00000000000000000000000000000001 -- Bad Request

- por el cambio realizado por System::getHttpServerHostnameRequestsFrontEnd(), se cambia la forma de optener el server base para las llamadas REST.
This commit is contained in:
Marco A. Nina Mena
2016-03-29 11:21:17 -04:00
parent a6f09aa0d7
commit e79ab74661
4 changed files with 4 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
var TimeSeriesModel = function (oauthToken, server, workspace, userId, strings) {
this.server = server;
this.workspace = workspace;
this.baseUrl = "/api/1.0/" + workspace + "/";
this.baseUrl = server;
this.oauthToken = oauthToken;
this.helper = new ViewDashboardHelper();
this.cache = {};