Skip to content

Commit

Permalink
Fix issue with search in manage users (bigbluebutton#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad authored Jun 12, 2020
1 parent 152c636 commit 50c2070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/concerns/populator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def manage_users_list

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

Expand Down

0 comments on commit 50c2070

Please sign in to comment.