Skip to content

Commit

Permalink
Merge pull request #3264 from DFE-Digital/LUPEYALPHA-1131/new-rejecti…
Browse files Browse the repository at this point in the history
…on-reasons

Adds new admin rejection reasons
  • Loading branch information
rjlynch authored Oct 3, 2024
2 parents 033fadb + 18f27d9 commit 1293079
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 @@ -873,6 +873,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 1293079

Please sign in to comment.