Skip to content
Snippets Groups Projects
Commit b356dab3 authored by Markus Opolka's avatar Markus Opolka
Browse files

Sort feature glossary

parent cb16abc1
No related branches found
No related tags found
1 merge request!10V1.1.6
...@@ -205,9 +205,9 @@ function featureGlossary (objs) { ...@@ -205,9 +205,9 @@ function featureGlossary (objs) {
} }
let ret = { let ret = {
categories: Array.from(new Set(categories)), categories: Array.from(new Set(categories)).sort(),
types: Array.from(new Set(types)), types: Array.from(new Set(types)).sort(),
subtypes: Array.from(new Set(subtypes)) subtypes: Array.from(new Set(subtypes)).sort()
} }
return ret return ret
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment