Skip to content
Snippets Groups Projects
Unverified Commit 50c20701 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Fix issue with search in manage users (#1792)

parent 152c636f
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ module Populator
initial_list = initial_list.with_role(@role.name) if @role.present?
initial_list = initial_list.without_role(:super_admin) unless current_user.has_role? :super_admin
initial_list = initial_list.without_role(:super_admin)
initial_list = initial_list.where(provider: @user_domain) if Rails.configuration.loadbalanced_configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment