Skip to content
Snippets Groups Projects
Commit e436d33a authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Merge branch '318-carto-filtre-competences-numeriques' into 'dev'

[Carto] - Filtre "compétences numériques""

See merge request !533
parents 3612ff4f 654b399f
No related branches found
No related tags found
2 merge requests!542V2.3.1,!533[Carto] - Filtre "compétences numériques""
......@@ -269,7 +269,7 @@ export class StructureListSearchComponent implements OnInit {
break;
case Theme.skills:
this.categoriesTraining.push(category);
this.categoriesTraining.sort((a, b) => a.name.localeCompare(b.name));
// no sort here because we want trainings to be ordered like they are in the database
break;
case Theme.materialAndWifi:
this.categoriesEquipment.push(category);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment