Fix display of header for ByActivityNumberAggregator

This commit is contained in:
2025-12-10 05:11:56 +01:00
parent 2600c6fa2a
commit c4a069ba2e
3 changed files with 13 additions and 1 deletions

View 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

View 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

View File

@@ -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) {