fixup! chg: [UI] Faster selecting galaxies

pull/8396/head
Jakub Onderka 2022-05-22 13:18:08 +02:00
parent 7323bc68bb
commit 266f21c86f
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ class GalaxiesController extends AppController
'GalaxyElement.galaxy_cluster_id' => $cluster_ids,
'GalaxyElement.key' => 'synonyms'
),
'fields' => ['GalaxyElement.value'],
'fields' => ['GalaxyElement.galaxy_cluster_id', 'GalaxyElement.value'],
'recursive' => -1
));
$sorted_synonyms = array();