@annalib/anna-core 8.0.41 → 8.0.43

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.
@@ -1055,6 +1055,7 @@ class AnnaSortService {
1055
1055
  'start_date',
1056
1056
  'flightStartDate',
1057
1057
  'flightEndDate',
1058
+ "date"
1058
1059
  ]);
1059
1060
  }
1060
1061
  sortDataForComponentOtherThanLurAndCsrPage(isAsc, data, key) {
@@ -1114,7 +1115,6 @@ class AnnaSortService {
1114
1115
  data = isAsc ? [...rowsWithHyphenOrZeroValues, ...dataWithoutEmptyOrHyphenValues] :
1115
1116
  [...dataWithoutEmptyOrHyphenValues, ...rowsWithHyphenOrZeroValues];
1116
1117
  }
1117
- console.log(data.map(n => n[key]));
1118
1118
  return data;
1119
1119
  }
1120
1120
  sortEnterEditLurAndCsrPage(isAsc, data, key) {