feat: remove obsolete date range override
This commit is contained in:
+2
-3
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user