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.
1 parent a4ad257 commit 3e9e8faCopy full SHA for 3e9e8fa
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