status sorting in mergedperson search results

This commit is contained in:
chfhtw
2025-07-31 10:33:25 +02:00
parent bc7c811227
commit 9c3c8cd186
2 changed files with 20 additions and 2 deletions
@@ -64,7 +64,7 @@ export default {
return false;
}
return true;
});
}).sort((a, b) => (a.sort || 0) - (b.sort || 0));
return students.length ? students : null;
},
emails() {