Skip to content

Commit f0c3645

Browse files
committed
Also expose organization logos when configured
1 parent 79cc4b2 commit f0c3645

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webapp/src/Controller/API/AccessController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ public function getStatusAction(Request $request): Access
5959
$organizationProperties[] = 'country';
6060
$organizationProperties[] = 'country_flag';
6161
}
62+
if ($this->config->get('show_affiliation_logos')) {
63+
$organizationProperties[] = 'logo';
64+
}
6265

6366
$submissionsProperties = [
6467
'id',

0 commit comments

Comments
 (0)