@annalib/anna-core 5.2.3 → 5.2.4

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.
@@ -1688,7 +1688,7 @@ class AnnaSortComponent {
1688
1688
  {
1689
1689
  sortType: 'DEFAULT',
1690
1690
  isOptionActive: false,
1691
- text: 'DEFAULT',
1691
+ text: 'Default',
1692
1692
  },
1693
1693
  ];
1694
1694
  }
@@ -3062,7 +3062,8 @@ class AnnaNonEditableGenericTableComponent {
3062
3062
  includeTimeRange: false
3063
3063
  };
3064
3064
  if (this.gtGeneralConfig.component === "SPOTDETAILS" ||
3065
- this.gtGeneralConfig.component === "EXCLUDEINVENTORYPOPUP") {
3065
+ this.gtGeneralConfig.component === "EXCLUDEINVENTORYPOPUP" ||
3066
+ this.gtGeneralConfig.component === "ACTIVITYLOG") {
3066
3067
  let includeMulti = this.clonedTableData.findIndex((obj) => obj[key] == "<multi>") !=
3067
3068
  -1;
3068
3069
  let includeZero = this.clonedTableData.findIndex((obj) => obj[key] == "0") != -1;