manager: paginate user role view (#53151)

This commit is contained in:
Emmanuel Cazenave 2021-05-10 14:22:14 +02:00
parent 1469082e0e
commit f2cdd451da
1 changed files with 0 additions and 6 deletions

View File

@ -636,12 +636,6 @@ class UserRolesView(HideOUColumnMixin, BaseSubTableView):
else:
return 'authentic2/manager/user_roles.html'
@property
def table_pagination(self):
if self.is_ou_specified():
return False
return None
@property
def table_class(self):
if self.is_ou_specified():