Skip to content

Commit

Permalink
Merge pull request #11529 from saraycp/fix_11470
Browse files Browse the repository at this point in the history
Fix DataTable search for User#index
  • Loading branch information
eduardoj committed Aug 26, 2021
2 parents 59d672e + 45c0547 commit cdd2f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/datatables/user_configuration_datatable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def view_columns
name: { source: 'User.login' },
local_user: { source: 'User.ignore_auth_services', searchable: false },
state: { source: 'User.state' },
actions: {}
actions: { searchable: false }
}
end

Expand Down

0 comments on commit cdd2f25

Please sign in to comment.