Add invite request to pending account notification e-mail (#10528)
Fix sorting of the pending accounts page
This commit is contained in:
parent
36b39fbac5
commit
46cb36fd2c
4 changed files with 21 additions and 4 deletions
|
@ -30,7 +30,7 @@ module Admin
|
|||
private
|
||||
|
||||
def set_accounts
|
||||
@accounts = Account.joins(:user).merge(User.pending).includes(user: :invite_request).page(params[:page])
|
||||
@accounts = Account.joins(:user).merge(User.pending.recent).includes(user: :invite_request).page(params[:page])
|
||||
end
|
||||
|
||||
def form_account_batch_params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue