mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
improve exports, filters, aggregators
This commit is contained in:
@@ -66,6 +66,10 @@ class AgeAggregator implements AggregatorInterface
|
||||
return "Age";
|
||||
}
|
||||
|
||||
if ($value === NULL) {
|
||||
return "no data";
|
||||
}
|
||||
|
||||
return $value;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user