@schneideress/dashboardframework 0.0.210 → 0.0.211

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2169,7 +2169,12 @@
2169
2169
  */
2170
2170
  function () {
2171
2171
  _this.setNotConfiguredState(widgetInfo);
2172
- _this.translateService.loadTranslations(_this.appConfig.appManagementBaseUrl, _this.data.widgetInfo.widgetName, false).then((/**
2172
+ /** @type {?} */
2173
+ var appModule = _this.data.widgetInfo.widgetName;
2174
+ if (_this.data.widgetInfo.applicationModule && _this.data.widgetInfo.applicationModule.length > 0) {
2175
+ appModule = _this.data.widgetInfo.applicationModule;
2176
+ }
2177
+ _this.translateService.loadTranslations(_this.appConfig.appManagementBaseUrl, appModule, false).then((/**
2173
2178
  * @return {?}
2174
2179
  */
2175
2180
  function () {
@@ -2219,9 +2224,6 @@
2219
2224
  * @return {?}
2220
2225
  */
2221
2226
  function (e) {
2222
- console.log("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
2223
- console.log(e);
2224
- console.log(e.details);
2225
2227
  if (e.detail == true)
2226
2228
  _this.enableTitleLine = true;
2227
2229
  else