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

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