mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
[Export][person] Fixed: error and more precision on household
composition A filter and two aggregators create a join between composition and household, but with a parameter at different date. Each aggregator and filter now have a custom alias, to allow to set this date parameter on each join.
This commit is contained in:
@@ -536,8 +536,8 @@ class ExportManager
|
||||
. 'an ExportInterface.');
|
||||
}
|
||||
|
||||
if (null === $centers || [] === $centers) {
|
||||
// we want to try if at least one center is reachable
|
||||
if (null === $centers || [] !== $centers) {
|
||||
// we want to try if at least one center is reachabler
|
||||
return [] !== $this->authorizationHelper->getReachableCenters(
|
||||
$this->user,
|
||||
$role
|
||||
|
Reference in New Issue
Block a user