mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Removed unused data and columns from datatables
This commit is contained in:
parent
ed8a2696bb
commit
edec5a98be
3 changed files with 1 additions and 15 deletions
|
|
@ -21,9 +21,7 @@ class UserDatatable < AjaxDatatablesRails::ActiveRecord
|
|||
email: { source: 'User.email' },
|
||||
name: { source: 'User.name' },
|
||||
attended: { source: 'attended_count', searchable: false },
|
||||
roles: { source: 'Role.name' },
|
||||
view_url: { source: 'User.id', searchable: false, orderable: false },
|
||||
edit_url: { source: 'User.id', searchable: false, orderable: false }
|
||||
roles: { source: 'Role.name' }
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue