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 cf0f314 commit f76e59aCopy full SHA for f76e59a
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