Skip to content

Commit

Permalink
Only return active cases from CaseContactPresenter.org_cases
Browse files Browse the repository at this point in the history
  • Loading branch information
goldsteindecoro committed Jan 13, 2025
1 parent ee4e4e1 commit f772324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/presenters/case_contact_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ def boolean_select_options
private

def org_cases
CasaOrg.find(current_user.casa_org_id).casa_cases
CasaOrg.find(current_user.casa_org_id).casa_cases.active
end
end

0 comments on commit f772324

Please sign in to comment.