fix - org linked rancher list pagination bug
This commit is contained in:
@@ -306,7 +306,9 @@ class RancherOrganizationLinkViewSet(
|
||||
result = self.orgs_linked_rancher(org=org, org_type_key='CO')
|
||||
|
||||
page = self.paginate_queryset(result) # paginate queryset
|
||||
return self.get_paginated_response(result)
|
||||
if page is not None:
|
||||
return self.get_paginated_response(page)
|
||||
return Response(result)
|
||||
|
||||
@action(
|
||||
methods=['get'],
|
||||
|
||||
Reference in New Issue
Block a user