@eqproject/eqp-dynamic-module 2.8.19 → 2.8.20

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.
@@ -6367,6 +6367,7 @@ class ListViewFormRecordComponent {
6367
6367
  this.tabellarColumns.push(col);
6368
6368
  }
6369
6369
  });
6370
+ this.maxperiod.setHours(23, 59, 59, 59);
6370
6371
  this.configurations.values.forEach((value) => {
6371
6372
  if (new Date(value.AnswerDate) >= this.minperiod && new Date(value.AnswerDate) <= this.maxperiod) {
6372
6373
  this.tabellarValues.push(value);