Skip to content

Commit

Permalink
add judicial experience to non-legal exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
HalcyonJAC committed Oct 24, 2022
1 parent 5da2ceb commit eeb5c99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/helpers/exerciseHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,9 @@ function exerciseApplicationParts(data, newValues) {
}
if (isNonLegal(exercise)) {
applicationParts.push('relevantQualifications');
if (exercise.previousJudicialExperienceApply) {
applicationParts.push('judicialExperience');
}
if (hasRelevantMemberships(exercise)) {
applicationParts.push('relevantMemberships');
}
Expand Down

0 comments on commit eeb5c99

Please sign in to comment.