Skip to content

Commit

Permalink
CRIMAPP-1536 rename search result caseworker column header (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
timpeat authored Jan 13, 2025
1 parent e218ab5 commit 35e9b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/casework/application_searches/search.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
row.with_cell(colname: :case_type)
row.with_cell(colname: :submitted_at)
row.with_cell(colname: :reviewed_at)
row.with_cell(colname: :closed_by)
row.with_cell(colname: :caseworker)
row.with_cell(colname: :status)
end %>
<% end %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

expect(column_headings).to eq(
["Applicant's name", 'Reference number', 'Type of application', 'Case type', 'Date received', 'Date closed',
'Closed by', 'Status']
'Caseworker', 'Status']
)
end

Expand Down

0 comments on commit 35e9b87

Please sign in to comment.