mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fixed: [export][acp][group by scope] Fixed bug when no referrer or no scope for a referrer
This commit is contained in:
parent
5fea61c450
commit
c05d153029
@ -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 '';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user