mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-12-11 21:03:13 +00:00
Fix display of header for ByActivityNumberAggregator
This commit is contained in:
6
.changes/unreleased/Fixed-20251210-051234.yaml
Normal file
6
.changes/unreleased/Fixed-20251210-051234.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixed
|
||||
body: Fix display of header for ByActivityNumberAggregator
|
||||
time: 2025-12-10T05:12:34.061935068+01:00
|
||||
custom:
|
||||
Issue: "476"
|
||||
SchemaChange: No schema change
|
||||
6
.changes/unreleased/Fixed-20251210-051313.yaml
Normal file
6
.changes/unreleased/Fixed-20251210-051313.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixed
|
||||
body: Fix use of ByActivityNumberAggregator in combination with activity count exports
|
||||
time: 2025-12-10T05:13:13.246754532+01:00
|
||||
custom:
|
||||
Issue: ""
|
||||
SchemaChange: No schema change
|
||||
@@ -66,7 +66,7 @@ class ByActivityNumberAggregator implements AggregatorInterface
|
||||
{
|
||||
return static function ($value) {
|
||||
if ('_header' === $value) {
|
||||
return '';
|
||||
return 'Count activities linked to an accompanying period';
|
||||
}
|
||||
|
||||
if (null === $value) {
|
||||
|
||||
Reference in New Issue
Block a user