mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Fixed: [export][acp][group by scope] Fixed bug when no referrer or no scope for a referrer
This commit is contained in:
@@ -101,7 +101,7 @@ class ReferrerScopeAggregator implements AggregatorInterface
|
||||
return 'export.aggregator.course.by_user_scope.Referrer\'s scope';
|
||||
}
|
||||
|
||||
if (null === $value) {
|
||||
if (null === $value || '' === $value) {
|
||||
return '';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user