Skip to content

Commit

Permalink
custom report add awp (#2612)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoWeiJAC authored Nov 20, 2024
1 parent 5e318df commit 413bcf6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/views/Exercise/Reports/Custom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,12 @@ export default {
'secondAssessorPhone',
],
},
{
name: 'Resignation from the Department for Work and Pensions (DWP)',
keys: [
'resignationFromDWP.workingAtDWP',
],
},
],
keys: {
referenceNumber: { label: 'Candidate reference number', type: String, nowrap: true },
Expand Down Expand Up @@ -595,6 +601,7 @@ export default {
'equalityAndDiversitySurvey.attendedOutreachEvents': { label: 'Attended outreach events', type: String },
'equalityAndDiversitySurvey.participatedInJudicialWorkshadowingScheme': { label: 'Participated In judicial workshadowing Scheme', type: String },
'equalityAndDiversitySurvey.hasTakenPAJE': { label: 'Participated in Pre-Application Judicial Education Programme', type: String },
'resignationFromDWP.workingAtDWP': { label: 'Currently work at the Department for Work and Pensions (DWP)?', type: Boolean },
},
};
},
Expand Down

0 comments on commit 413bcf6

Please sign in to comment.