@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.
- package/esm2020/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.mjs +2 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +1 -0
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +1 -0
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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);
|