diff --git a/webapp/src/Service/ImportExportService.php b/webapp/src/Service/ImportExportService.php index 61d53337d3..ac44ca9cfc 100644 --- a/webapp/src/Service/ImportExportService.php +++ b/webapp/src/Service/ImportExportService.php @@ -855,7 +855,7 @@ public function importTeamsJson(array $data, ?string &$message = null, ?array &$ 'categoryid' => $team['group_ids'][0] ?? null, 'name' => @$team['name'], 'display_name' => @$team['display_name'], - 'publicdescription' => @$team['members'], + 'publicdescription' => $team['public_description'] ?? @$team['members'], 'room' => @$team['room'], ], 'team_affiliation' => [