Skip to content

Commit

Permalink
Merge pull request #9500 from DFE-Digital/dd/remove-uk-residency-stat…
Browse files Browse the repository at this point in the history
…us-from-application-form

Ignore the uk_residency_status column on ApplicationForm
  • Loading branch information
Nitemaeric authored Jun 25, 2024
2 parents edb2965 + 5338804 commit 1337d47
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/models/application_form.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# The Application Form is filled in and submitted by the Candidate. Candidates
# can initially apply to 3 different courses, represented by an Application Choice.
class ApplicationForm < ApplicationRecord
self.ignored_columns += %w[uk_residency_status]

audited
has_associated_audits
geocoded_by :address_formatted_for_geocoding, params: { region: 'uk' }
Expand Down
1 change: 0 additions & 1 deletion app/services/delete_application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class DeleteApplication
country
postcode
disability_disclosure
uk_residency_status
work_history_explanation
becoming_a_teacher
interview_preferences
Expand Down
1 change: 0 additions & 1 deletion config/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ shared:
- support_reference
- third_nationality
- training_with_a_disability_completed
- uk_residency_status
- updated_at
- volunteering_completed
- volunteering_experience
Expand Down

0 comments on commit 1337d47

Please sign in to comment.