Skip to content

Commit

Permalink
Adds new admin rejection reasons
Browse files Browse the repository at this point in the history
Updates the rejection reason list
  • Loading branch information
rjlynch committed Oct 3, 2024
1 parent a8be4d4 commit 019efae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/models/policies/further_education_payments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ module FurtherEducationPayments
:has_worked_in_further_education_for_more_than_5_years,
:ineligible_subject_or_courses,
:insufficient_time_spent_teaching_eligibble_students,
:subject_to_performance_measures,
:subject_to_disciplinary_action,
:identity_check_failed,
:duplicate_claim,
:no_response,
:other
Expand Down
3 changes: 3 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,9 @@ en:
has_worked_in_further_education_for_more_than_5_years: "Has worked in further education for more than 5 years"
ineligible_subject_or_courses: "Ineligible subjects or courses"
insufficient_time_spent_teaching_eligibble_students: "Insufficient time spent teaching eligible students"
subject_to_performance_measures: "Subject to performance measures"
subject_to_disciplinary_action: "Subject to disciplinary action"
identity_check_failed: "Identity check failed"
duplicate_claim: "Duplicate claim"
no_response: "No response"
other: "Other"
Expand Down

0 comments on commit 019efae

Please sign in to comment.