From c44ec46672d75059dc6afddfd98176d53800f3a2 Mon Sep 17 00:00:00 2001 From: Adnan Kattekaden Date: Wed, 6 Dec 2023 02:42:27 +0530 Subject: [PATCH] lc enrollmnt --- api/common/common_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/common/common_views.py b/api/common/common_views.py index 9a4f387f..a6cf6ddc 100644 --- a/api/common/common_views.py +++ b/api/common/common_views.py @@ -346,7 +346,7 @@ def get(self, request): sort_fields={"first_name": "first_name", "last_name": "last_name", "email": "email", "muid": "muid", "circle_name": "circle_name", "district": "district", "circle_ig": "circle_ig", "organisation": "organisation", "dwms_id": "dwms_id", "karma_earned": "karma_earned"}, - is_pagination=False) + is_pagination=True) lc_enrollment = LearningCircleEnrollmentSerializer(paginated_queryset.get('queryset'), many=True).data return CustomResponse().paginated_response(