Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
aminedhobb committed Feb 6, 2025
1 parent e3c4ca3 commit c1cffa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user_list_upload/user_row.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class UserListUpload::UserRow < ApplicationRecord

squishes :first_name, :last_name, :affiliation_number, :department_internal_id, :address
nullify_blank :first_name, :last_name, :affiliation_number, :department_internal_id, :address, :phone_number,
:nir, :email, :referent_email, :organisation_search_terms, :tag_values
:nir, :email, :referent_email, :organisation_search_terms

EDITABLE_ATTRIBUTES = %i[title first_name last_name affiliation_number phone_number email].freeze

Expand Down

0 comments on commit c1cffa0

Please sign in to comment.