Commit 788fe6e
committed
fix(repository): fix on fastcount method
Double apply2Query in getFastCount — $filter->apply2Query() was called twice
on the same filter object. The first call mutates filter values (epoch → date string),
so the second call tries
new DateTime("@2026-04-28 22:00:00") which fails. Removed the duplicate call.
Missing c alias for selection_status filter , The requiredAliases() method didn't
include the category join (c) when selection_status was active, but the filter's DQL references
c.session_count / c.lightning_count. Added $need['c'] = true.1 parent b4951f1 commit 788fe6e
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
544 | | - | |
| 544 | + | |
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | 620 | | |
625 | 621 | | |
626 | 622 | | |
| |||
0 commit comments