Paginate ldap groups

pull/8312/head
Oliver Günther 5 years ago
parent 273ae7e443
commit c89fe086ac
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 4
      modules/ldap_groups/app/cells/ldap_groups/synchronized_groups/table_cell.rb
  2. 1
      modules/ldap_groups/app/controllers/ldap_groups/synchronized_groups_controller.rb

@ -13,6 +13,10 @@ module LdapGroups
end
def sortable?
true
end
def sortable_column?(column)
false
end

@ -6,6 +6,7 @@ module LdapGroups
layout 'admin'
menu_item :plugin_ldap_groups
include PaginationHelper
def index
@groups = SynchronizedGroup.includes(:auth_source, :group)

Loading…
Cancel
Save