mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-18 12:44:59 +00:00
Compare commits
6 Commits
v3.8.2
...
master-202
Author | SHA1 | Date | |
---|---|---|---|
68688dd528 | |||
bfd7dc2270 | |||
e4d0705e84 | |||
671bb6d593 | |||
79e26ffeae | |||
be8901a5c4
|
6
.changes/unreleased/Fixed-20240916-155150.yaml
Normal file
6
.changes/unreleased/Fixed-20240916-155150.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixed
|
||||
body: |
|
||||
Correctly compute the grouping by referrer aggregator
|
||||
time: 2024-09-16T15:51:50.268336979+02:00
|
||||
custom:
|
||||
Issue: "309"
|
@@ -55,7 +55,7 @@ readonly class ReferrerScopeAggregator implements AggregatorInterface, DataTrans
|
||||
$qb->expr()->gte('COALESCE(acp.closingDate, CURRENT_TIMESTAMP())', "{$p}_userHistory.startDate"),
|
||||
$qb->expr()->orX(
|
||||
$qb->expr()->isNull("{$p}_userHistory.endDate"),
|
||||
$qb->expr()->lt('COALESCE(acp.closingDate, CURRENT_TIMESTAMP())', "{$p}_userHistory.endDate")
|
||||
$qb->expr()->lt('COALESCE(acp.openingDate, CURRENT_TIMESTAMP())', "{$p}_userHistory.endDate")
|
||||
)
|
||||
),
|
||||
$qb->expr()->andX(
|
||||
|
Reference in New Issue
Block a user