@annalib/anna-core 10.0.22 → 10.0.24

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.
@@ -2366,7 +2366,8 @@ class AnnaNonEditableGenericTableComponent {
2366
2366
  this.selectedFromTime = ["-", "-", "-"];
2367
2367
  this.selectedToTime = ["-", "-", "-"];
2368
2368
  }
2369
- if (this.gtGeneralConfig.component === "SPOTDETAILS" || this.gtGeneralConfig.component === "EXCLUDEINVENTORYPOPUP" || this.gtGeneralConfig.component === "ACTIVITYLOG") {
2369
+ if (this.gtGeneralConfig.component === "SPOTDETAILS" || this.gtGeneralConfig.component === "EXCLUDEINVENTORYPOPUP"
2370
+ || this.gtGeneralConfig.component === "ACTIVITYLOG" || this.gtGeneralConfig.component === "NOTIFICATIONS") {
2370
2371
  this.setTimeFilterDataForComponentsOtherThanRatingsPage(header);
2371
2372
  }
2372
2373
  else if (this.gtGeneralConfig.component === "RATING") {
@@ -3170,7 +3171,8 @@ class AnnaNonEditableGenericTableComponent {
3170
3171
  };
3171
3172
  if (this.gtGeneralConfig.component === "SPOTDETAILS" ||
3172
3173
  this.gtGeneralConfig.component === "EXCLUDEINVENTORYPOPUP" ||
3173
- this.gtGeneralConfig.component === "ACTIVITYLOG") {
3174
+ this.gtGeneralConfig.component === "ACTIVITYLOG" ||
3175
+ this.gtGeneralConfig.component === "NOTIFICATIONS") {
3174
3176
  let includeMulti = this.clonedTableData.findIndex((obj) => obj[key] == "<multi>") !=
3175
3177
  -1;
3176
3178
  let includeZero = this.clonedTableData.findIndex((obj) => obj[key] == "0") != -1;