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:
@@ -230,8 +230,7 @@ WidgetBuilder.prototype.setColorForInefficiency = function ($widget, indicatorDa
|
||||
|
||||
/**********************************************************************/
|
||||
helper = new ViewDashboardHelper();
|
||||
var ws = urlProxy.split('/');
|
||||
model = new ViewDashboardModel(token, urlProxy, ws[3], moneyUnit);
|
||||
model = new ViewDashboardModel(token, urlProxy, workspace, moneyUnit);
|
||||
presenter = new ViewDashboardPresenter(model);
|
||||
|
||||
window.loadedIndicators = []; //updated in das-title-selector.click->fillIndicatorWidgets, ready->fillIndicatorWidgets
|
||||
|
||||
Reference in New Issue
Block a user