Commit dcd7d31
committed
[Bug] Round system.datetime grid filter to whole day
`DateTimeFilter::apply` passed `roundToDay=false` to the trait, which makes
GDI's `DateFilter` collapse `gte` and `lte` to the same instant for `on`
queries — never matching a stored datetime with a non-zero time component.
The filter UI is date-only, so whole-day match is the right semantic.
`DateFilter` (for `system.date`) already passes `true`; this aligns
`DateTimeFilter`.1 parent 94630f5 commit dcd7d31
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments