Skip to content

Commit

Permalink
Merge pull request #1754 from gtech-mulearn/dev-server
Browse files Browse the repository at this point in the history
lc enrollment
  • Loading branch information
adnankattekaden authored Dec 5, 2023
2 parents 03cc012 + 524022a commit f35ddde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/common/common_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f35ddde

Please sign in to comment.