diff --git a/app/controllers/group_health_controller.rb b/app/controllers/group_health_controller.rb index e86b1d129..e4426e7b3 100644 --- a/app/controllers/group_health_controller.rb +++ b/app/controllers/group_health_controller.rb @@ -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