Skip to content

Commit

Permalink
Merge pull request #357 from hitobito/use-with-inactive
Browse files Browse the repository at this point in the history
Replace with_deleted with with_inactive
  • Loading branch information
kronn authored Jan 6, 2025
2 parents 50d89c9 + 10a157c commit f00874d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/group_health_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def people
end

def roles
respond(Role.with_deleted
respond(Role.with_inactive
.joins(:group)
.where(EXCLUDE_INTERNES_GREMIUM)
.joins(GROUP_HEALTH_JOIN).distinct
Expand Down

0 comments on commit f00874d

Please sign in to comment.