Skip to content

Commit

Permalink
Merge branch 'release-71' into release-72
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders authored Jan 17, 2025
2 parents faa03cc + a5ebcc7 commit 99bcd49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/non_hmis_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def populate_project_client(project_client)
(HUD_RACES.keys + HUD_GENDERS.keys).each do |field|
project_client[field] = send(field)
end
project_client.enrolled_project_ids = enrolled_project_ids&.compact_blank&.map(&:to_i)

# current_assessment fields
project_client.assessment_name = current_assessment&.for_matching&.keys&.first
Expand Down

0 comments on commit 99bcd49

Please sign in to comment.