mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-08 14:03:44 +00:00
Fix display of header for ByActivityNumberAggregator
This commit is contained in:
@@ -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