We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cc4b2 commit f0c3645Copy full SHA for f0c3645
webapp/src/Controller/API/AccessController.php
@@ -59,6 +59,9 @@ public function getStatusAction(Request $request): Access
59
$organizationProperties[] = 'country';
60
$organizationProperties[] = 'country_flag';
61
}
62
+ if ($this->config->get('show_affiliation_logos')) {
63
+ $organizationProperties[] = 'logo';
64
+ }
65
66
$submissionsProperties = [
67
'id',
0 commit comments