feat: remove obsolete date range override

This commit is contained in:
2026-08-31 16:56:36 +02:00
parent 86c5d23181
commit 127ced4378
42 changed files with 152 additions and 353 deletions
+2 -3
View File
@@ -204,9 +204,8 @@ pinned in tests without a database.
### A period means the season, not when the row was written
`StatisticsDateBasis::SEASON` (the default) filters on the assignment's dates, falling back to
the destination's — the translation of `Assignment::getEffectivePeriod()` into DQL, which
lives in `src/Repository/Filter/SeasonPeriodFilter.php` and is shared with
`StatisticsDateBasis::SEASON` (the default) filters on the destination's date range through
`src/Repository/Filter/SeasonPeriodFilter.php`, which is shared with
`DispositionRepository`. This matches every other statistics screen and
`StatisticsFilterType`. Change what a season means there, once, not per screen.