@schneideress/dashboardframework 0.0.131 → 0.0.132

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.
@@ -1626,6 +1626,10 @@
1626
1626
  if (this.widgetElement && changes.globalFilter && changes.globalFilter.currentValue != changes.globalFilter.previousValue) {
1627
1627
  /** @type {?} */
1628
1628
  var filterObj = this.getParsedConfig(this.globalFilter);
1629
+ console.log('================================');
1630
+ console.log(this.globalFilter);
1631
+ console.log(filterObj);
1632
+ console.log(this.data.widgetInfo.widgetInstanceId);
1629
1633
  if (filterObj.WidgetInstanceId) {
1630
1634
  if (this.data.widgetInfo.widgetInstanceId != filterObj.WidgetInstanceId)
1631
1635
  this.refreshWidget(this.data.widgetInfo);