We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4ad257 + 3e9e8fa commit 55e2efcCopy full SHA for 55e2efc
frontend/src/components/assessments/registrations/StudentRegistrationsFilter.vue
@@ -364,7 +364,7 @@ export default {
364
this.schoolSearchNames = [];
365
this.assessmentCenterSearchNames = [];
366
this.schoolsMap?.forEach((school) => {
367
- let schoolCodeName = `${school.schoolName} - ${school.mincode}`;
+ let schoolCodeName = `${school.mincode} - ${school.schoolName}`;
368
369
this.assessmentCenterSearchNames.push({schoolCodeName: schoolCodeName, schoolCodeValue: school.schoolID});
370
0 commit comments