Skip to content

Commit

Permalink
enable sorting on invitations (Issue #2633)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminedhobb committed Feb 6, 2025
1 parent d61f55c commit e3c4ca3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class InvitationAttemptsController < BaseController

def select_rows
@user_collection = @user_list_upload.user_collection
@user_collection.sort_by!(**sort_params) if sort_params_valid?
@user_rows = @user_collection.user_rows_with_user_save_success
end

Expand Down

0 comments on commit e3c4ca3

Please sign in to comment.