Skip to content

Commit

Permalink
Expose age on prioritized clients column (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders authored Dec 9, 2024
1 parent e6c1d94 commit c4d9ee8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/models/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,11 @@ def self.sort_options(show_vispdat: false, show_assessment: false)

def self.prioritized_columns_data
@prioritized_columns_data ||= {
age: {
title: 'Age',
description: nil,
type: 'Integer',
},
veteran: {
title: 'Veteran',
description: nil,
Expand Down

0 comments on commit c4d9ee8

Please sign in to comment.